* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0D0D0D; color: #fff; font-family: 'Poppins', sans-serif; }

.t-divider { display: none; }

.t-nav { display: flex; align-items: center; padding: 22px 48px; border-bottom: 0.5px solid #333; position: sticky; top: 0; z-index: 100; background: #0D0D0D; }
.t-logo-block { flex-shrink: 0; margin-right: auto; }
.t-logo { font-family: 'Bebas Neue', sans-serif; font-size: 40px; letter-spacing: 6px; color: #fff; line-height: 1; }
.t-tagline { font-family: 'Space Mono', monospace; font-size: 8px; color: #C9A84C; letter-spacing: 3px; text-transform: uppercase; margin-top: 4px; }
.t-nav-links { display: flex; gap: 32px; list-style: none; align-items: center; margin-right: 32px; }
.t-nav-links a { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #fff; text-decoration: none; padding-bottom: 3px; border-bottom: 2px solid transparent; transition: border-color 0.2s; }
.t-nav-links a:hover { border-bottom-color: #C9A84C; }
.t-nav-btn { font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; background: #C9A84C; color: #0D0D0D; border: none; padding: 12px 28px; cursor: pointer; text-decoration: none; }
.t-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; margin-left: auto; margin-right: 16px; }
.t-hamburger span { width: 26px; height: 2px; background: #fff; }
.t-mobile-menu { display: none; flex-direction: column; background: #111; border-bottom: 0.5px solid #333; padding: 20px 24px; }
.t-mobile-menu.open { display: flex; }
.t-mobile-menu a { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #fff; text-decoration: none; padding: 14px 0; border-bottom: 0.5px solid #222; }
.t-mobile-btn { margin-top: 16px; background: #C9A84C; color: #0D0D0D; border: none; padding: 14px; font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; text-decoration: none; text-align: center; }

.t-hero { padding: 64px 48px 56px; border-bottom: 0.5px solid #333; display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: center; }
.t-hero-tag { font-family: 'Space Mono', monospace; font-size: 10px; color: #E05A4A; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.t-hero-tag::before { content: ''; display: inline-block; width: 28px; height: 1px; background: #E05A4A; }
.t-hero-title { font-family: 'Bebas Neue', sans-serif; font-size: 64px; line-height: 1.0; letter-spacing: 2px; color: #fff; margin-bottom: 24px; }
.t-hero-title a { color: #fff; text-decoration: none; }
.t-hero-excerpt { font-size: 15px; color: #eee; line-height: 1.8; margin-bottom: 36px; }
.t-read-btn { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; background: transparent; color: #fff; border: 1px solid #666; padding: 14px 32px; cursor: pointer; display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.t-read-btn:hover { border-color: #C9A84C; }
.t-read-btn span { color: #C9A84C; }
.t-hero-img { background: #1a1a1a; border: 0.5px solid #333; display: flex; align-items: center; justify-content: center; min-height: 300px; position: relative; overflow: hidden; }
.t-hero-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.t-hero-img-bg { font-family: 'Bebas Neue', sans-serif; font-size: 110px; color: #242424; letter-spacing: 12px; }
.t-hero-badge { position: absolute; bottom: 16px; left: 16px; font-family: 'Space Mono', monospace; font-size: 10px; color: #0D0D0D; background: #C9A84C; padding: 6px 16px; letter-spacing: 2px; text-transform: uppercase; }

.t-series-bar { display: flex; align-items: center; padding: 0 48px; border-bottom: 0.5px solid #333; overflow-x: auto; scrollbar-width: none; }
.t-series-bar::-webkit-scrollbar { display: none; }
.t-series-item { padding: 20px 0; margin-right: 40px; font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; border-bottom: 2px solid transparent; white-space: nowrap; text-decoration: none; color: #fff; }
.t-series-item.all { margin-left: auto; margin-right: 0; color: #ddd; }

.t-section-header { padding: 36px 48px 20px; display: flex; align-items: center; justify-content: space-between; }
.t-section-title { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #ddd; }
.t-section-link { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 2px; color: #C9A84C; text-decoration: none; }

.t-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: #222; }
.t-card { background: #0D0D0D; padding: 28px; cursor: pointer; transition: background 0.2s; }
.t-card:hover { background: #141414; }
.t-card-img { height: 140px; margin-bottom: 22px; display: flex; align-items: center; justify-content: center; background: #1a1a1a; border: 0.5px solid #222; overflow: hidden; }
.t-card-img img { width: 100%; height: 100%; object-fit: cover; }
.t-card-img-txt { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: 6px; color: #2a2a2a; }
.t-card-tag { font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 12px; color: #C9A84C; }
.t-card-title { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 1px; color: #fff; line-height: 1.15; margin-bottom: 12px; }
.t-card-title a { color: #fff; text-decoration: none; }
.t-card-excerpt { font-size: 13px; color: #ddd; line-height: 1.65; margin-bottom: 20px; }
.t-card-meta { display: flex; align-items: center; gap: 10px; font-family: 'Space Mono', monospace; font-size: 9px; color: #bbb; }
.dot { width: 3px; height: 3px; border-radius: 50%; background: #555; }

.tag-sans-suite .t-card-img { background: #1a0f0f !important; border-color: #2a1515 !important; }
.tag-a-chaud .t-card-img { background: #1a160a !important; border-color: #2a2010 !important; }
.tag-etre-femme-ici .t-card-img { background: #120f1a !important; border-color: #1c1528 !important; }
.tag-le-systeme .t-card-img { background: #0a1318 !important; border-color: #101e26 !important; }
.tag-batir .t-card-img { background: #0a1510 !important; border-color: #102018 !important; }

.tag-sans-suite .t-card-tag { color: #E05A4A; }
.tag-a-chaud .t-card-tag { color: #C9A84C; }
.tag-etre-femme-ici .t-card-tag { color: #9B6FD4; }
.tag-le-systeme .t-card-tag { color: #4A9BC9; }
.tag-batir .t-card-tag { color: #4CAF7D; }

.t-nl { background: #111; border-top: 0.5px solid #333; border-bottom: 0.5px solid #333; padding: 56px 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.t-nl-label { font-family: 'Space Mono', monospace; font-size: 10px; color: #C9A84C; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; }
.t-nl-title { font-family: 'Bebas Neue', sans-serif; font-size: 38px; color: #fff; letter-spacing: 2px; }
.t-nl-sub { font-size: 13px; color: #ddd; margin-top: 8px; }
.t-nl-form { display: flex; min-width: 400px; }
.t-nl-input { flex: 1; background: #0D0D0D; border: 0.5px solid #444; border-right: none; padding: 16px 20px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 13px; outline: none; }
.t-nl-input::placeholder { color: #999; }
.t-nl-btn { background: #C9A84C; color: #0D0D0D; border: none; padding: 16px 28px; font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; }

.t-footer { padding: 48px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; border-top: 0.5px solid #333; }
.t-footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 36px; letter-spacing: 6px; color: #fff; margin-bottom: 8px; }
.t-footer-tagline { font-family: 'Space Mono', monospace; font-size: 9px; color: #C9A84C; letter-spacing: 2px; margin-bottom: 16px; }
.t-footer-desc { font-size: 13px; color: #ddd; line-height: 1.7; }
.t-footer-col-title { font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: #ddd; margin-bottom: 20px; }
.t-footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.t-footer-links a { font-size: 13px; color: #ddd; text-decoration: none; }
.t-footer-links a:hover { color: #fff; }
.t-footer-bottom { padding: 20px 48px; border-top: 0.5px solid #222; display: flex; justify-content: space-between; align-items: center; }
.t-footer-copy { font-family: 'Space Mono', monospace; font-size: 10px; color: #555; letter-spacing: 1px; }

.post-full { max-width: 740px; margin: 0 auto; padding: 64px 48px; }
.post-full-image { width: 100%; max-height: 480px; object-fit: cover; margin-bottom: 32px; }
.post-full-tag { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #C9A84C; margin-bottom: 16px; }
.post-full-title { font-family: 'Bebas Neue', sans-serif; font-size: 56px; letter-spacing: 2px; color: #fff; line-height: 1; margin-bottom: 24px; }
.post-full-meta { font-family: 'Space Mono', monospace; font-size: 10px; color: #bbb; margin-bottom: 48px; display: flex; gap: 12px; align-items: center; }
.post-full-content { font-size: 17px; line-height: 1.85; color: #eee; text-align: justify; }
.post-full-content h2 { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; margin: 48px 0 16px; letter-spacing: 1px; }
.post-full-content h3 { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: #fff; margin: 36px 0 12px; }
.post-full-content p { margin-bottom: 24px; }
.post-full-content a { color: #C9A84C; text-decoration: none; border-bottom: 1px solid #C9A84C; }
.post-full-content blockquote { border-left: 3px solid #C9A84C; padding-left: 24px; margin: 32px 0; font-style: italic; color: #bbb; }
.post-full-content ul { list-style: disc; padding-left: 28px; margin-bottom: 24px; }
.post-full-content ol { list-style: decimal; padding-left: 28px; margin-bottom: 24px; }
.post-full-content li { margin-bottom: 8px; color: #eee; }
.post-full-content strong { color: #fff; font-weight: 600; }
.post-full-content hr { border: none; border-top: 0.5px solid #333; margin: 40px 0; }
.post-full-content table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 14px; }
.post-full-content th { background: #1a1a1a; color: #C9A84C; font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding: 12px 16px; border: 0.5px solid #333; text-align: left; }
.post-full-content td { padding: 12px 16px; border: 0.5px solid #222; color: #ddd; }
.post-full-content tr:nth-child(even) td { background: #111; }

.kg-image { max-width: 100%; height: auto; }
.kg-width-wide { margin: 0 -80px; }
.kg-width-full { margin: 0 calc(50% - 50vw); }

@media (max-width: 768px) {
  .t-nav { padding: 18px 20px; }
  .t-nav-links, .t-nav-btn { display: none; }
  .t-hamburger { display: flex; }
  .t-hero { grid-template-columns: 1fr; padding: 36px 20px; gap: 28px; }
  .t-hero-title { font-size: 42px; }
  .t-series-bar { display: none !important; }
  .t-section-header { padding: 24px 20px 16px; }
  .t-grid { grid-template-columns: 1fr; }
  .t-card { padding: 20px; }
  .t-nl { flex-direction: column; padding: 36px 20px; gap: 24px; align-items: flex-start; }
  .t-nl-form { min-width: unset; width: 100%; }
  .t-footer { grid-template-columns: 1fr; padding: 32px 20px; gap: 28px; }
  .t-footer-bottom { padding: 16px 20px; flex-direction: column; gap: 8px; text-align: center; }
  .post-full { padding: 36px 20px; }
  .post-full-title { font-size: 38px; }
  .kg-width-wide { margin: 0; }
  .kg-width-full { margin: 0; }
}
