:root{--color-bg:#f9f8f5;--color-surface:#fff;--color-text:#333;--color-text-muted:#6b6b6b;--color-accent:#d73301;--color-accent-mid:#e2703d;--color-accent-light:#fbe4da;--color-border:#e5e2da;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--radius:10px}*{box-sizing:border-box}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);margin:0;line-height:1.6}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{max-width:1080px;margin:0 auto;padding:0 1.5rem}.site-header{border-bottom:1px solid var(--color-border);background:var(--color-surface)}.site-header .container{justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1.25rem;padding-bottom:1.25rem;display:flex}.site-title{color:var(--color-text);letter-spacing:-.01em;font-size:1.35rem;font-weight:700}.site-title:hover{color:var(--color-accent);text-decoration:none}.site-nav{flex-wrap:wrap;justify-content:flex-end;gap:.9rem 1.1rem;display:flex}.site-nav a{color:var(--color-text-muted);white-space:nowrap;font-size:.92rem;font-weight:500}.site-nav a:hover{color:var(--color-accent);text-decoration:none}.hero{justify-content:space-between;align-items:center;gap:2rem;margin:2.5rem 0 1.5rem;display:flex}.hero-text{flex:1;min-width:0}.hero-avatar{object-fit:cover;border:3px solid var(--color-surface);width:112px;height:112px;box-shadow:0 0 0 1px var(--color-border), 0 8px 20px #1d2b281f;border-radius:50%;flex-shrink:0}.page-title{color:var(--color-text);margin:2.5rem 0 .5rem;font-size:2rem;font-weight:700}.page-subtitle{color:var(--color-text-muted);max-width:60ch;margin:0 0 1.5rem}.hero-text .page-title,.prose .hero{margin-top:0}.hero-text .page-subtitle{margin-bottom:0}@media (width<=40rem){.hero{flex-direction:column-reverse;align-items:flex-start;gap:1rem}.hero-avatar{width:84px;height:84px}}.section-heading{color:var(--color-text);margin:2rem 0 1rem;font-size:1.3rem;font-weight:700}.post-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin:1.5rem 0 3rem;display:grid}.post-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);flex-direction:column;transition:box-shadow .15s,transform .15s;display:flex;overflow:hidden}.post-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1d2b2814}.post-card-thumb{aspect-ratio:16/10;background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-mid) 100%);justify-content:center;align-items:center;font-size:2rem;display:flex;position:relative}.post-card-body{flex-direction:column;flex:1;gap:.5rem;padding:1.1rem 1.25rem 1.35rem;display:flex}.post-card-category{text-transform:uppercase;letter-spacing:.03em;color:var(--color-accent);background:var(--color-accent-light);border-radius:999px;align-self:flex-start;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-block}.post-card h3{margin:0;font-size:1.1rem;line-height:1.35}.post-card h3 a{color:var(--color-text)}.post-card h3 a:hover{color:var(--color-accent);text-decoration:none}.post-card-date{color:var(--color-text-muted);margin:0;font-size:.82rem}.photo-credit{color:#ffffffd9;background:#00000059;border-radius:4px;padding:.1rem .4rem;font-size:.7rem;position:absolute;bottom:.4rem;right:.6rem}.photo-credit a{color:inherit}.post-layout{grid-template-columns:minmax(0,1fr);padding:0 1.5rem;display:grid}.post-article{max-width:72ch;margin:0 auto;padding:2.5rem 0 4rem}@media (width>=64rem){.post-layout--with-toc{grid-template-columns:14rem minmax(0,72ch);justify-content:center;align-items:start;gap:3rem}.post-layout--with-toc .post-article{margin:0}}.toc{display:none}@media (width>=64rem){.toc{margin-top:2.5rem;display:block;position:sticky;top:1.5rem}}.toc-title{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 .75rem;font-size:.75rem;font-weight:700}.toc ul{border-left:2px solid var(--color-border);flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.toc a{color:var(--color-text-muted);padding:.1rem 0 .1rem .85rem;font-size:.85rem;line-height:1.3;text-decoration:none;display:block}.toc a:hover{color:var(--color-accent);text-decoration:none}.post-article .post-hero{border-radius:var(--radius);aspect-ratio:16/8;background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-mid) 100%);margin-bottom:1.5rem;position:relative;overflow:hidden}.post-article .post-hero-credit{color:var(--color-text-muted);margin:.4rem 0 0;font-size:.8rem}.post-article-category{text-transform:uppercase;letter-spacing:.03em;color:var(--color-accent);background:var(--color-accent-light);border-radius:999px;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.78rem;font-weight:600;display:inline-block}.post-article h1{margin:0 0 .5rem;font-size:2.1rem;line-height:1.25}.post-heading{justify-content:space-between;align-items:center;gap:1.5rem;margin:0 0 1.75rem;display:flex}.post-heading-text{flex:1;min-width:0}.post-heading-text h1{margin-bottom:.5rem}.post-heading-text .post-article-date{margin:0}.post-heading-text .post-hero-credit{margin:.4rem 0 0}.post-article-date{color:var(--color-text-muted);margin:0 0 1.75rem;font-size:.9rem}.post-heading-avatar{object-fit:cover;border:2px solid var(--color-surface);width:60px;height:60px;box-shadow:0 0 0 1px var(--color-border);border-radius:50%;flex-shrink:0}.post-article-body p{margin:0 0 1.25rem}.post-article-body a,.prose a{border-bottom:1px solid var(--color-accent)}.post-article-body a:hover,.prose a:hover{border-bottom-width:2px;text-decoration:none}.post-article-body h2{margin:2rem 0 .75rem;font-size:1.4rem}.post-article-body h3{margin:1.5rem 0 .5rem;font-size:1.15rem}.post-article-body ul{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;margin:1.5rem 0 1.25rem;padding:1.25rem 1.5rem;list-style:none}.post-article-body ul:before{content:"Les recommandations de Jade";text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);margin-bottom:.85rem;font-size:.72rem;font-weight:700;display:block}.post-article-body ul li{margin:0 0 .6rem;padding-left:1.6rem;line-height:1.45;position:relative}.post-article-body ul li:last-child{margin-bottom:0}.post-article-body ul li:before{content:"💎";font-size:.9em;position:absolute;top:0;left:0}.post-article-body ul li p{margin:0}.prose{max-width:68ch;margin:0 auto;padding:2.5rem 0 4rem}.prose p{margin:0 0 1.25rem}.site-footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:.85rem}.site-footer .container{padding-top:1.5rem;padding-bottom:1.5rem}.footer-nav{margin-bottom:.5rem}.footer-nav a{color:var(--color-text-muted);font-weight:500}.footer-nav a:hover{color:var(--color-accent)}
