/* Bletchley Conseil, feuille de style partagée (blog + articles) */
:root{
  --bg:#0F0F13; --bg2:#17171D; --panel:#1B1B23; --panel2:#212129;
  --gold:#C6A15B; --gold-soft:#E0C48E; --ink:#F7F4EE; --muted:#CDC9BF; --dim:#A6A298;
  --line:rgba(198,161,91,.28); --line-soft:rgba(255,255,255,.10);
  --maxw:1180px; --readw:760px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--ink);font-family:'Inter',system-ui,sans-serif;font-weight:400;line-height:1.75;-webkit-font-smoothing:antialiased}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;font-weight:600;line-height:1.18;letter-spacing:-.01em}
.gold{color:var(--gold)}
a{color:inherit;text-decoration:none}
.eyebrow{font-size:12.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-soft);font-weight:600;margin-bottom:18px}

/* header / footer (repris de la home) */
header{position:sticky;top:0;z-index:50;background:rgba(15,15,19,.85);backdrop-filter:blur(10px);border-bottom:1px solid var(--line-soft)}
.nav{display:flex;align-items:center;justify-content:space-between;height:72px}
.brand{display:flex;flex-direction:column;line-height:1.05}
.brand .n{font-family:'Playfair Display',serif;font-weight:700;font-size:20px;letter-spacing:.16em}
.brand .n span{color:var(--gold)}
.brand .s{font-size:10.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);margin-top:3px}
.menu{display:flex;gap:32px;font-size:15px;color:var(--muted)}
.menu a:hover{color:var(--ink)}
.menu a.active{color:var(--gold)}
.btn{display:inline-flex;align-items:center;gap:9px;background:var(--gold);color:#151109;font-weight:600;font-size:14px;padding:12px 22px;border-radius:6px;border:1px solid var(--gold);transition:.2s;cursor:pointer}
.btn:hover{background:var(--gold-soft);border-color:var(--gold-soft)}
.btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}
.btn-ghost:hover{background:rgba(198,161,91,.08)}

footer{background:#0C0C0F;padding:56px 0 28px;font-size:14px;color:var(--muted);margin-top:80px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:38px;border-bottom:1px solid var(--line-soft)}
.foot-grid p{color:var(--dim);font-size:13.5px;margin-top:14px;max-width:340px}
.foot-grid h4{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-weight:600;font-family:'Inter',sans-serif}
.foot-grid a{display:block;color:var(--muted);margin-bottom:9px;font-size:14px}
.foot-grid a:hover{color:var(--ink)}
.legal{padding-top:24px;font-size:12px;color:var(--dim);line-height:1.7}

/* blog index */
.blog-hero{border-bottom:1px solid var(--line-soft);background:linear-gradient(135deg,#0F0F13,#17171D);padding:72px 0 60px}
.blog-hero h1{font-size:44px;font-weight:700;max-width:820px;margin-bottom:18px}
.blog-hero h1 em{font-style:normal;color:var(--gold)}
.blog-hero p{color:var(--muted);font-size:17px;max-width:640px}

.cats{display:flex;gap:12px;flex-wrap:wrap;padding:34px 0 6px}
.cat{font-size:13px;color:var(--muted);border:1px solid var(--line-soft);padding:8px 16px;border-radius:20px;cursor:pointer;transition:.2s}
.cat:hover,.cat.on{border-color:var(--gold);color:var(--gold-soft)}

section{padding:64px 0}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post{display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--line-soft);border-radius:14px;overflow:hidden;transition:.25s;height:100%}
.post:hover{border-color:var(--line);background:var(--panel2);transform:translateY(-3px)}
.post .thumb{height:150px;background:linear-gradient(135deg,#191921,#232330);border-bottom:1px solid var(--line-soft);position:relative;display:flex;align-items:center;justify-content:center}
.post .thumb svg{opacity:.9}
.post .body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}
.tag{align-self:flex-start;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-soft);border:1px solid var(--line);padding:4px 10px;border-radius:12px;margin-bottom:14px}
.post h3{font-size:20px;margin-bottom:10px;line-height:1.25}
.post p{color:var(--muted);font-size:14.5px;margin-bottom:18px;flex:1}
.post .meta{font-size:12.5px;color:var(--dim);display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line-soft);padding-top:14px}
.post .meta .read{color:var(--gold-soft)}

/* press review */
.press{background:var(--bg2)}
.press .sec-head{max-width:680px;margin-bottom:44px}
.press .sec-head h2{font-size:32px;margin:14px 0 14px}
.press .sec-head h2 em{font-style:normal;color:var(--gold)}
.press .sec-head p{color:var(--muted)}
.press-list{display:flex;flex-direction:column;gap:2px}
.press-item{display:grid;grid-template-columns:120px 1fr 150px;gap:24px;align-items:center;padding:22px 0;border-top:1px solid var(--line-soft)}
.press-item:last-child{border-bottom:1px solid var(--line-soft)}
.press-item .src{font-size:12.5px;color:var(--gold-soft);letter-spacing:.04em;font-weight:500}
.press-item .ttl{font-size:16px;color:var(--ink);font-weight:500}
.press-item .ttl small{display:block;color:var(--muted);font-size:13.5px;font-weight:400;margin-top:3px}
.press-item .go{justify-self:end;font-size:13px;color:var(--muted);white-space:nowrap}
.press-item:hover .go{color:var(--gold)}

/* article page */
.article{padding:56px 0 20px}
.article-head{max-width:var(--readw);margin:0 auto 8px}
.crumb{font-size:13px;color:var(--dim);margin-bottom:22px}
.crumb a:hover{color:var(--gold)}
.article-head .tag{margin-bottom:18px}
.article-head h1{font-size:40px;font-weight:700;line-height:1.16;margin-bottom:20px}
.article-head .sub{font-size:18px;color:var(--muted);margin-bottom:22px}
.article-head .byline{font-size:13px;color:var(--dim);display:flex;gap:18px;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);padding:16px 0}
.article-body{max-width:var(--readw);margin:40px auto 0;font-size:17px;color:#E7E3D9}
.article-body h2{font-size:26px;color:var(--ink);margin:40px 0 14px}
.article-body h3{font-size:20px;color:var(--ink);margin:30px 0 10px}
.article-body p{margin-bottom:18px}
.article-body ul{margin:0 0 18px 22px;color:var(--muted)}
.article-body li{margin-bottom:8px}
.article-body a{color:var(--gold-soft);text-decoration:underline;text-underline-offset:3px}
.article-body strong{color:var(--ink);font-weight:600}
.callout{background:var(--panel);border-left:2px solid var(--gold);border-radius:0 10px 10px 0;padding:22px 26px;margin:28px 0;font-size:15.5px;color:var(--muted)}
.callout b{color:var(--gold-soft)}
.sources{max-width:var(--readw);margin:44px auto 0;padding:26px 0 0;border-top:1px solid var(--line-soft)}
.sources h4{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;font-family:'Inter',sans-serif;font-weight:600}
.sources a{display:block;color:var(--muted);font-size:14px;margin-bottom:9px;text-decoration:none}
.sources a:hover{color:var(--gold)}
.cta-inline{max-width:var(--readw);margin:40px auto 0;background:linear-gradient(135deg,#1A1A22,#121218);border:1px solid var(--line);border-radius:14px;padding:32px;text-align:center}
.cta-inline h3{font-size:24px;margin-bottom:12px}
.cta-inline h3 em{font-style:normal;color:var(--gold)}
.cta-inline p{color:var(--muted);margin-bottom:22px}
.disclaimer{max-width:var(--readw);margin:26px auto 0;font-size:12.5px;color:var(--dim);line-height:1.7}

@media(max-width:900px){
  .nav{flex-wrap:wrap;height:auto;padding:12px 0;gap:12px 16px}
  .menu{order:3;width:100%;gap:22px;overflow-x:auto;white-space:nowrap;font-size:14px;padding-bottom:2px;-webkit-overflow-scrolling:touch}
  .menu::-webkit-scrollbar{height:0}
  .grid,.foot-grid{grid-template-columns:1fr}
  .cards,[style*="repeat(3"]{grid-template-columns:1fr!important}
  .press-item{grid-template-columns:1fr;gap:6px}
  .press-item .go{justify-self:start}
  .blog-hero h1{font-size:32px}
  .article-head h1{font-size:30px}
  section{padding:48px 0}
}
@media(max-width:600px){
  .wrap{padding:0 20px}
  .blog-hero{padding:52px 0 44px}
  .blog-hero h1{font-size:27px}.blog-hero p{font-size:15.5px}
  .article{padding:40px 0 16px}
  .article-head h1{font-size:26px}
  .article-head .sub{font-size:16px}
  .article-head .byline{flex-wrap:wrap;gap:8px 18px}
  .article-body{font-size:16px}
  .article-body h2{font-size:22px}
  .article-body h3{font-size:19px}
  .cta-inline{padding:26px 22px}
  .cta-inline h3{font-size:21px}
  .callout{padding:20px 22px}
  .press .sec-head h2{font-size:26px}
  .foot-grid{gap:26px}
  .menu{gap:18px}
  footer{margin-top:56px}
}
