/* ═══════════════════════════════════════════
   CURIOUS CRYPTOS — Ghost Theme
   Based on CC Brand Identity
═══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  --navy:        #1A1B4B;
  --navy-deep:   #0F1029;
  --blue:        #5B8FD4;
  --purple:      #8B5CF6;
  --purple-soft: #A78BFA;
  --cream:       #F8F6F1;
  --cream-dark:  #EFE9DC;
  --slate:       #3D3F5C;
  --slate-mid:   #6B6E8A;
  --slate-light: #9CA0BE;
  --white:       #FFFFFF;
  --border:      rgba(26,27,75,0.09);
  --grad:        linear-gradient(135deg, #5B8FD4 0%, #8B5CF6 100%);
  --shadow-sm:   0 2px 8px rgba(26,27,75,0.07);
  --shadow-md:   0 8px 28px rgba(26,27,75,0.11);
  --shadow-lg:   0 20px 56px rgba(26,27,75,0.15);
  --r:           12px;
  --r-sm:        8px;
  --font:        'Plus Jakarta Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--cream); color: var(--slate); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { font-family: var(--font); cursor: pointer; border: none; }

/* ── LAYOUT ── */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.section { padding: 80px 0; }
.section--alt { background: var(--cream-dark); }
.section--white { background: var(--white); }
.section--dark { background: var(--navy); }

/* ── NAV ── */
.site-head {
  position: sticky; top: 0; z-index: 200;
  background: rgba(248,246,241,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.site-head-container {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; max-width: 1200px; margin: 0 auto; padding: 0 40px;
}
.site-head-left { display: flex; align-items: center; gap: 10px; }
.site-logo { display: flex; align-items: center; gap: 10px; }
.site-logo img { height: 34px; width: auto; }
.site-logo-text { font-size: 19px; font-weight: 700; color: var(--navy); letter-spacing: -0.3px; }
.nav { display: flex; align-items: center; gap: 0; list-style: none; margin-left: 32px; }
.nav li a {
  font-size: 12px; font-weight: 600; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--slate-mid);
  padding: 6px 13px; border-radius: 6px; transition: all .15s; display: block;
}
.nav li a:hover, .nav li.active a { color: var(--navy); background: rgba(26,27,75,0.05); }
.site-head-right { display: flex; align-items: center; gap: 10px; }
.btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font); font-size: 14px; font-weight: 600;
  padding: 9px 20px; border-radius: 8px; cursor: pointer;
  transition: all .18s; border: none; white-space: nowrap;
}
.btn-nav { background: var(--navy); color: white; font-size: 13px; padding: 8px 18px; }
.btn-nav:hover { background: var(--purple); transform: translateY(-1px); }
.btn-grad { background: var(--grad); color: white; box-shadow: 0 4px 14px rgba(139,92,246,.28); }
.btn-grad:hover { transform: translateY(-1px); box-shadow: 0 6px 22px rgba(139,92,246,.38); }
.btn-lg { font-size: 16px; padding: 14px 32px; border-radius: 10px; }

/* ── TICKER ── */
.ticker { background: var(--navy); padding: 9px 0; overflow: hidden; white-space: nowrap; }
.ticker-track { display: inline-flex; gap: 48px; animation: tick 28s linear infinite; }
.ticker-item { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; color: rgba(255,255,255,.55); }
.ticker-item strong { color: white; }
.up { color: #4ADE80; } .dn { color: #F87171; }
@keyframes tick { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── HERO ── */
.hero {
  background: var(--white); padding: 100px 0 88px;
  border-bottom: 1px solid var(--cream-dark);
  position: relative; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; top: -160px; right: -200px;
  width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, rgba(139,92,246,.05) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1fr 420px; gap: 72px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--purple); margin-bottom: 22px;
}
.hero-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--grad); }
.hero-h1 {
  font-size: clamp(36px, 4vw, 56px); font-weight: 800; line-height: 1.08;
  color: var(--navy); margin-bottom: 22px; letter-spacing: -1.2px;
}
.hero-h1 em {
  font-style: italic; font-weight: 700;
  background: var(--grad); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub { font-size: 17px; line-height: 1.72; color: var(--slate-mid); max-width: 500px; margin-bottom: 32px; }
.newsletter-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); border: 1.5px solid rgba(139,92,246,.22);
  border-radius: 40px; padding: 11px 22px 11px 14px;
  font-size: 15px; font-weight: 600; color: var(--navy);
  cursor: pointer; transition: all .18s;
  box-shadow: 0 2px 14px rgba(139,92,246,.08);
}
.newsletter-pill:hover { border-color: var(--purple); box-shadow: 0 4px 20px rgba(139,92,246,.18); transform: translateY(-1px); color: var(--purple); }
.pill-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.pill-arrow { color: var(--purple); font-size: 17px; transition: transform .15s; }
.newsletter-pill:hover .pill-arrow { transform: translateX(4px); }
.hero-trust { margin-top: 28px; font-size: 12px; color: var(--slate-light); display: flex; align-items: center; gap: 10px; }
.hero-trust::before { content: ''; width: 32px; height: 1px; background: var(--cream-dark); }

/* Hero card */
.hero-card { background: var(--cream); border: 1px solid var(--border); border-radius: var(--r); padding: 28px; box-shadow: var(--shadow-md); }
.card-label { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--slate-light); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.card-label::after { content: 'LIVE'; background: var(--grad); color: white; font-size: 9px; padding: 2px 8px; border-radius: 20px; }
.preview-item { padding: 14px 0; border-bottom: 1px solid var(--cream-dark); }
.preview-item:last-child { border-bottom: none; padding-bottom: 0; }
.preview-date { font-size: 11px; font-weight: 600; color: var(--slate-light); letter-spacing: .05em; margin-bottom: 5px; }
.preview-title { font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: 5px; transition: color .15s; }
.preview-title:hover { color: var(--purple); }
.preview-tl { font-size: 12px; color: var(--slate-mid); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tag { display: inline-block; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 20px; background: rgba(139,92,246,.08); color: var(--purple); margin-top: 7px; letter-spacing: .04em; }
.card-cta { margin-top: 18px; font-size: 13px; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; align-items: center; gap: 5px; transition: gap .15s; }
.card-cta:hover { gap: 9px; color: var(--purple); }
.card-cta::after { content: '→'; }

/* ── MARK STRIP ── */
.mark-strip { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 56px 0; }
.mark-strip-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }
.mark-avatar { width: 90px; height: 90px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 800; color: white; flex-shrink: 0; box-shadow: 0 4px 18px rgba(139,92,246,.3); overflow: hidden; }
.mark-avatar img { width: 100%; height: 100%; object-fit: cover; }
.mark-name { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 3px; }
.mark-role { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }
.mark-bio { font-size: 15px; color: var(--slate-mid); line-height: 1.68; max-width: 560px; }
.credentials { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.cred { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--slate-mid); }
.cred-icon { width: 34px; height: 34px; background: var(--cream); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.cred strong { color: var(--navy); font-weight: 700; display: block; font-size: 13px; }

/* ── SECTION HEADERS ── */
.s-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.s-head-eye { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--purple); margin-bottom: 5px; }
.s-head-title { font-size: 28px; font-weight: 800; color: var(--navy); line-height: 1.15; letter-spacing: -.4px; }
.s-head-link { font-size: 13px; font-weight: 700; color: var(--navy); display: flex; align-items: center; gap: 4px; transition: gap .15s; padding-bottom: 2px; }
.s-head-link:hover { gap: 8px; color: var(--purple); }
.s-head-link::after { content: '→'; }

/* ── POST CARDS ── */
.post-feed { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-feed.featured { grid-template-columns: 1.65fr 1fr; gap: 24px; }
.post-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; transition: transform .18s, box-shadow .18s; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.post-card-image { height: 190px; background: var(--grad); display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.post-card-image.no-image { background: linear-gradient(135deg, var(--navy) 0%, #2D1B69 100%); }
.post-card-image.no-image::after { content: '₿'; font-size: 72px; color: rgba(255,255,255,.08); position: absolute; }
.post-card-image.large { height: 268px; }
.post-card-body { padding: 20px 24px 24px; }
.post-card-tag { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--purple); margin-bottom: 9px; display: block; }
.post-card-title { font-size: 17px; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: 9px; transition: color .15s; }
.post-card-title.large { font-size: 23px; }
.post-card:hover .post-card-title { color: var(--purple); }
.post-card-excerpt { font-size: 13px; color: var(--slate-mid); line-height: 1.6; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-card-meta { font-size: 12px; color: var(--slate-light); font-weight: 500; display: flex; gap: 10px; }

/* Mini article list */
.article-stack { display: flex; flex-direction: column; gap: 14px; }
.amini { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 16px 20px; transition: transform .15s, box-shadow .15s; display: flex; gap: 14px; align-items: flex-start; }
.amini:hover { transform: translateX(3px); box-shadow: var(--shadow-sm); }
.amini-num { font-size: 26px; font-weight: 800; color: var(--cream-dark); line-height: 1; flex-shrink: 0; width: 30px; transition: color .15s; }
.amini:hover .amini-num { color: var(--purple-soft); }
.amini-tag { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--purple); margin-bottom: 4px; }
.amini-title { font-size: 14px; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: 3px; }
.amini-meta { font-size: 11px; color: var(--slate-light); }

/* ── LEARN BLOCK ── */
.learn-block { background: var(--navy); border-radius: var(--r); padding: 44px 52px; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; position: relative; overflow: hidden; }
.learn-block::before { content: ''; position: absolute; top: -80px; right: 60px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(139,92,246,.22) 0%, transparent 70%); pointer-events: none; }
.learn-eye { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--purple-soft); margin-bottom: 9px; }
.learn-title { font-size: 30px; font-weight: 800; color: white; line-height: 1.15; margin-bottom: 11px; letter-spacing: -.4px; }
.learn-sub { font-size: 16px; color: rgba(255,255,255,.55); line-height: 1.62; margin-bottom: 22px; }
.pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.mpill { font-size: 12px; font-weight: 500; padding: 5px 14px; border-radius: 20px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.1); }
.learn-stats { display: flex; align-items: center; gap: 24px; flex-shrink: 0; text-align: center; }
.stat-num { font-size: 36px; font-weight: 800; display: block; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-label { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 2px; }
.stat-div { width: 1px; height: 48px; background: rgba(255,255,255,.1); }

/* ── TESTIMONIALS ── */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tcard { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 28px; position: relative; }
.tcard::before { content: '"'; font-size: 64px; font-weight: 800; color: var(--cream-dark); position: absolute; top: 14px; left: 22px; line-height: 1; }
.tquote { font-size: 15px; line-height: 1.67; color: var(--slate); margin-top: 22px; font-style: italic; }
.tauthor { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.tavatar { width: 38px; height: 38px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: white; flex-shrink: 0; }
.tname { font-size: 14px; font-weight: 700; color: var(--navy); }
.trole { font-size: 12px; color: var(--slate-light); }

/* ── SIGNUP BAND ── */
.signup-band { background: linear-gradient(135deg, var(--navy) 0%, #2D1B69 100%); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.signup-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% -20%, rgba(139,92,246,.18) 0%, transparent 70%); pointer-events: none; }
.signup-rel { position: relative; z-index: 1; }
.sb-eye { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--purple-soft); margin-bottom: 14px; }
.sb-title { font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; color: white; line-height: 1.12; margin-bottom: 14px; letter-spacing: -.5px; max-width: 580px; margin-left: auto; margin-right: auto; }
.sb-sub { font-size: 17px; color: rgba(255,255,255,.55); margin-bottom: 36px; max-width: 420px; margin-left: auto; margin-right: auto; line-height: 1.62; }
.signup-form { display: flex; gap: 10px; max-width: 440px; margin: 0 auto 14px; }
.signup-form input { flex: 1; padding: 14px 18px; border-radius: 10px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.07); color: white; font-family: var(--font); font-size: 15px; outline: none; transition: all .15s; }
.signup-form input::placeholder { color: rgba(255,255,255,.3); }
.signup-form input:focus { border-color: var(--purple-soft); background: rgba(255,255,255,.11); }
.sb-note { font-size: 12px; color: rgba(255,255,255,.28); }

/* ── AD SLOTS ── */
.ad-slot { background: var(--white); border: 1.5px dashed rgba(26,27,75,.13); border-radius: var(--r-sm); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px; gap: 5px; }
.ad-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--slate-light); display: block; margin-bottom: 4px; }

/* ── PAGE HERO ── */
.page-hero { background: var(--navy); padding: 72px 0 64px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 100% at 80% 50%, rgba(139,92,246,.14) 0%, transparent 70%); pointer-events: none; }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero-eye { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--purple-soft); margin-bottom: 12px; }
.page-hero-title { font-size: clamp(32px, 4vw, 52px); font-weight: 800; color: white; line-height: 1.1; letter-spacing: -.8px; margin-bottom: 12px; }
.page-hero-sub { font-size: 17px; color: rgba(255,255,255,.55); max-width: 560px; line-height: 1.62; }

/* ── POST (ARTICLE) PAGE ── */
.post-full { max-width: 720px; margin: 0 auto; padding: 64px 40px; }
.post-full-header { margin-bottom: 40px; }
.post-full-tag { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--purple); margin-bottom: 14px; display: block; }
.post-full-title { font-size: clamp(28px, 4vw, 46px); font-weight: 800; color: var(--navy); line-height: 1.1; letter-spacing: -.8px; margin-bottom: 16px; }
.post-full-meta { font-size: 13px; color: var(--slate-light); display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.post-full-meta span { display: flex; align-items: center; gap: 5px; }
.post-full-image { border-radius: var(--r); overflow: hidden; margin-bottom: 48px; }
.post-full-image img { width: 100%; height: 400px; object-fit: cover; }
.post-full-content { font-size: 17px; line-height: 1.8; color: var(--slate); }
.post-full-content h2 { font-size: 26px; font-weight: 800; color: var(--navy); margin: 40px 0 16px; letter-spacing: -.3px; }
.post-full-content h3 { font-size: 21px; font-weight: 700; color: var(--navy); margin: 32px 0 12px; }
.post-full-content p { margin-bottom: 24px; }
.post-full-content a { color: var(--purple); border-bottom: 1px solid rgba(139,92,246,.3); transition: border-color .15s; }
.post-full-content a:hover { border-color: var(--purple); }
.post-full-content blockquote { border-left: 3px solid var(--purple); padding-left: 24px; margin: 32px 0; color: var(--slate-mid); font-style: italic; font-size: 18px; }
.post-full-content ul, .post-full-content ol { padding-left: 28px; margin-bottom: 24px; }
.post-full-content li { margin-bottom: 8px; }
.post-full-content img { border-radius: var(--r-sm); margin: 32px 0; }
.post-full-content pre { background: var(--navy-deep); color: #e2e8f0; padding: 24px; border-radius: var(--r-sm); overflow-x: auto; margin: 24px 0; font-size: 14px; line-height: 1.6; }
.post-full-content code { background: var(--cream-dark); color: var(--navy); padding: 2px 6px; border-radius: 4px; font-size: 14px; }
.post-full-content pre code { background: none; color: inherit; padding: 0; }
.kg-callout-card { background: rgba(139,92,246,.06); border-left: 3px solid var(--purple); padding: 20px 24px; border-radius: 0 var(--r-sm) var(--r-sm) 0; margin: 24px 0; }

/* ── FOOTER ── */
.site-foot { background: #0A0B1E; padding: 64px 0 32px; color: rgba(255,255,255,.45); }
.site-foot-grid { display: grid; grid-template-columns: 260px 1fr 1fr 1fr; gap: 52px; margin-bottom: 52px; }
.foot-brand-name { font-size: 19px; font-weight: 700; color: white; letter-spacing: -.3px; margin-top: 6px; }
.foot-tagline { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.35); margin-top: 14px; margin-bottom: 18px; }
.foot-press { font-size: 12px; color: rgba(255,255,255,.28); margin-bottom: 10px; }
.press-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.pbadge { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 6px; padding: 4px 10px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.4); }
.foot-col-head { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 16px; }
.foot-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.foot-links a { font-size: 14px; color: rgba(255,255,255,.35); transition: color .15s; }
.foot-links a:hover { color: white; }
.site-foot-bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.foot-legal { display: flex; gap: 20px; }
.foot-legal a { color: rgba(255,255,255,.28); transition: color .15s; }
.foot-legal a:hover { color: rgba(255,255,255,.55); }

/* ── PAGINATION ── */
.pagination { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--border); }
.pagination a, .pagination span { font-size: 14px; font-weight: 600; padding: 9px 18px; border-radius: 8px; border: 1px solid var(--border); background: var(--white); color: var(--navy); transition: all .15s; }
.pagination a:hover { background: var(--navy); color: white; border-color: var(--navy); }
.pagination .active { background: var(--navy); color: white; border-color: var(--navy); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .mark-strip-inner { grid-template-columns: auto 1fr; }
  .credentials { display: none; }
  .post-feed { grid-template-columns: repeat(2, 1fr); }
  .post-feed.featured { grid-template-columns: 1fr; }
  .tgrid { grid-template-columns: 1fr; }
  .learn-block { grid-template-columns: 1fr; }
  .learn-stats { display: none; }
  .site-foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 20px; }
  .nav { display: none; }
  .post-feed { grid-template-columns: 1fr; }
  .site-foot-grid { grid-template-columns: 1fr; }
  .signup-form { flex-direction: column; }
  .post-full { padding: 40px 20px; }
}

/* ── MOBILE NAV ── */
.nav-toggle { display: none; background: none; border: 0; padding: 10px; margin: 0; cursor: pointer; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 5px; align-items: stretch; }
.nav-toggle-bar { display: block; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { display: none; background: var(--white); border-top: 1px solid var(--border); box-shadow: 0 6px 16px rgba(0,0,0,0.05); }
.mobile-nav[hidden] { display: none !important; }
.mobile-nav ul { list-style: none; margin: 0; padding: 8px 0; }
.mobile-nav li { margin: 0; }
.mobile-nav a { display: block; padding: 14px 24px; font-size: 16px; font-weight: 500; color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--border); }
.mobile-nav a:hover, .mobile-nav li.active a { background: rgba(26,27,75,0.04); }
.mobile-nav li:last-child a { border-bottom: 0; }
.mobile-nav-cta { color: white !important; background: var(--navy); margin: 10px 20px; border-radius: 8px; text-align: center; }
.mobile-nav-cta-li a { border-bottom: 0 !important; }

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav { display: none; }
  .btn-nav { display: none; }
  .mobile-nav.is-open { display: block; }
}
body.nav-open { overflow: hidden; }

/* ── GHOST CARD WIDTHS (required) ── */
.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: auto calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
}
.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* ── GHOST CARD STYLES ── */
.kg-image-card { margin: 28px 0; }
.kg-image-card img { border-radius: var(--r-sm); }
.kg-gallery-card { margin: 28px 0; }
.kg-gallery-container { display: flex; flex-direction: column; gap: 4px; }
.kg-gallery-row { display: flex; gap: 4px; }
.kg-gallery-image { flex: 1; object-fit: cover; }
.kg-bookmark-card { margin: 28px 0; border: 1px solid var(--border); border-radius: var(--r-sm); overflow: hidden; }
.kg-bookmark-container { display: flex; text-decoration: none; color: inherit; }
.kg-bookmark-content { flex: 1; padding: 20px; }
.kg-bookmark-title { font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.kg-bookmark-description { font-size: 14px; color: var(--slate-mid); }
.kg-bookmark-thumbnail { width: 160px; flex-shrink: 0; }
.kg-bookmark-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.kg-embed-card { margin: 28px 0; }
.kg-embed-card iframe { width: 100%; border-radius: var(--r-sm); }
.kg-video-card { margin: 28px 0; }
.kg-video-card video { width: 100%; border-radius: var(--r-sm); }
.kg-audio-card { margin: 28px 0; border: 1px solid var(--border); border-radius: var(--r-sm); padding: 20px; }
.kg-product-card { margin: 28px 0; border: 1px solid var(--border); border-radius: var(--r-sm); padding: 24px; }
.kg-header-card { margin: 28px 0; background: var(--navy); border-radius: var(--r); padding: 48px; text-align: center; color: white; }
.kg-button-card { margin: 28px 0; text-align: center; }
.kg-button-card a { display: inline-flex; background: var(--grad); color: white; padding: 12px 28px; border-radius: 8px; font-weight: 600; }
.kg-divider-card { border: none; border-top: 1px solid var(--border); margin: 40px 0; }
.kg-toggle-card { margin: 28px 0; border: 1px solid var(--border); border-radius: var(--r-sm); }
.kg-toggle-heading { display: flex; justify-content: space-between; padding: 16px 20px; cursor: pointer; font-weight: 700; color: var(--navy); }
.kg-toggle-content { padding: 0 20px 16px; }
.kg-nft-card { margin: 28px 0; }
.kg-file-card { margin: 28px 0; border: 1px solid var(--border); border-radius: var(--r-sm); padding: 16px 20px; }

/* ── PAGE FEATURE CLASSES ── */
.page-wide .post-full { max-width: 1200px; }
.page-full-width .post-full { max-width: 100%; padding: 0; }

/* ── CONTENT GRID (Video / Events / Resources / Ad) ── */
.content-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; align-items: start; }
.cgrid-col { display: flex; flex-direction: column; gap: 14px; }
.cgrid-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; border-bottom: 2px solid var(--navy); }
.cgrid-label { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); }
.cgrid-seeall { font-size: 12px; font-weight: 600; color: var(--purple); transition: gap .15s; }
.cgrid-seeall:hover { color: var(--navy); }

/* Video */
.video-thumb { background: var(--navy); border-radius: var(--r-sm); aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; overflow: hidden; }
.video-play { width: 44px; height: 44px; background: rgba(255,255,255,.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; color: white; border: 2px solid rgba(255,255,255,.3); }
.video-meta { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 14px 16px; }
.video-badge { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--purple); margin-bottom: 6px; }
.video-title { font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.4; }

/* Events */
.event-list { display: flex; flex-direction: column; gap: 10px; }
.event-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 14px 16px; }
.event-date { font-size: 11px; font-weight: 700; color: var(--purple); margin-bottom: 4px; letter-spacing: .04em; }
.event-name { font-size: 14px; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 4px; }
.event-loc { font-size: 12px; color: var(--slate-light); }

/* Resources */
.resource-list { display: flex; flex-direction: column; gap: 10px; }
.resource-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 14px 16px; display: flex; align-items: center; gap: 12px; transition: transform .15s, box-shadow .15s; }
.resource-item:hover { transform: translateX(3px); box-shadow: var(--shadow-sm); }
.resource-icon { font-size: 22px; flex-shrink: 0; }
.resource-name { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.resource-desc { font-size: 12px; color: var(--slate-light); }

/* Responsive */
@media (max-width: 1000px) { .content-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .content-grid { grid-template-columns: 1fr; } }
