:root{--bg:#FBF7F4;--surface:#FFFFFF;--ink:#2A1E1A;--muted:#6A574F;--accent:#B4462F;--accent-d:#8F3524;--second:#2A1E1A;--line:#EADFD8;--footer-bg:#2A1E1A;--footer-ink:#D6C7BF;--display:"Bricolage Grotesque",system-ui,sans-serif;--body:"Public Sans",system-ui,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--body);background:var(--bg);color:var(--ink);line-height:1.65;font-size:1.0625rem}h1,h2,h3,.brand-name,.btn{font-family:var(--display)}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-d)}.wrap{max-width:1060px;margin:0 auto;padding:0 1.25rem}.site-header{background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem}.brand{display:flex;align-items:center;gap:.6rem;color:var(--ink)}.brand-mark{color:var(--accent);font-size:1.3rem}.brand-name{font-weight:700;font-size:1.1rem;line-height:1.2}.site-nav ul{display:flex;gap:1.3rem;list-style:none}.site-nav a{color:var(--ink);font-weight:500;font-size:.93rem;border-bottom:2px solid transparent;padding-bottom:.15rem}.site-nav a:hover{color:var(--accent);border-color:var(--accent)}.nav-toggle,.nav-burger{display:none}.hero{background:var(--bg)}.hero-inner{padding:4.5rem 1.25rem 3.5rem;max-width:47rem}.hero-title{letter-spacing:-.02em}.hero-kicker{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.hero-title{font-size:clamp(2rem,4.6vw,3.2rem);line-height:1.1;font-weight:700;margin-bottom:.9rem;text-wrap:balance}.hero-lede{font-size:1.1rem;color:var(--muted);max-width:38rem;margin-bottom:1.7rem}.hero-actions{display:flex;gap:.7rem;flex-wrap:wrap}.btn{display:inline-block;padding:.68rem 1.5rem;border-radius:8px;font-weight:600;font-size:.94rem;transition:transform .15s ease,box-shadow .2s ease}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-d);color:#fff;transform:translateY(-1px)}.btn-ghost{border:1.5px solid var(--muted);color:var(--ink)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.featured{margin-top:3rem}.featured-card{display:block;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:2.2rem 2.4rem;box-shadow:0 10px 28px rgb(0 0 0/6%)}.featured-kicker{font-size:.73rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem}.featured-title{font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.16;margin-bottom:.7rem;text-wrap:balance}.featured-title a{color:var(--ink)}.featured-title a:hover{color:var(--accent)}.featured-excerpt{color:var(--muted);max-width:46rem}.featured-link{display:inline-block;margin-top:1.1rem;font-weight:600}.grid-section{padding:3.2rem 1.25rem 1rem}.section-head{margin-bottom:1.5rem}.section-title{font-size:1.6rem;font-weight:700;position:relative;padding-bottom:.5rem}.section-title:after{content:"";position:absolute;left:0;bottom:0;width:54px;height:3px;background:var(--accent);border-radius:2px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.4rem;counter-reset:card}.card{background:var(--surface);border:1px solid var(--line);border-radius:4px;counter-increment:card}.card .card-inner:before{content:counter(card,decimal-leading-zero);font-family:var(--display);font-size:.8rem;color:var(--accent);letter-spacing:.1em}.card:hover{border-color:var(--accent)}.card{transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease}.card-inner{display:flex;flex-direction:column;height:100%;padding:1.45rem 1.5rem 1.3rem;color:var(--ink)}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.6rem}.card-top time,.card-meta{font-size:.8rem;color:var(--muted)}.card-cat{align-self:flex-start;display:inline-block;font-size:.69rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-d);background:color-mix(in srgb,var(--accent) 12%,transparent);border-radius:999px;padding:.25rem .7rem}a.card-cat:hover{background:var(--accent);color:#fff}.card-title{font-size:1.14rem;line-height:1.3;margin:.5rem 0}.card-title a{color:var(--ink)}.card-title a:hover{color:var(--accent)}.card-excerpt{font-size:.92rem;color:var(--muted);flex-grow:1}.card-more{margin-top:1rem;font-weight:600;font-size:.9rem}.card-meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:1rem}.rubriques{padding:3.2rem 0 3.8rem}.chips{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.3rem}.chip{display:inline-block;border:1.5px solid var(--second);color:var(--second);border-radius:999px;padding:.5rem 1.2rem;font-weight:600;font-size:.93rem}.chip:hover{background:var(--second);color:#fff}.crumbs{font-size:.82rem;margin-bottom:1.5rem;color:var(--muted)}.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0}.crumbs li{display:flex;align-items:center;gap:.45rem;min-width:0}.crumbs li+li:before{content:"›"}.crumbs a{color:var(--muted)}.crumbs a:hover{color:var(--accent)}.crumbs li[aria-current] span{font-weight:600;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:46ch}.article-page,.flow{padding-top:3rem;padding-bottom:4rem}.article-head{max-width:46rem;margin:0 auto 2.2rem}.article-title{font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.15;margin:.7rem 0 .6rem;text-wrap:balance}.article-meta{color:var(--muted);font-size:.88rem}.byline{margin-top:.45rem;font-size:.88rem;color:var(--muted)}.byline a{text-decoration:underline;text-underline-offset:3px}.page-head{max-width:46rem;margin:0 auto 2rem}.page-head h1{font-size:clamp(1.7rem,4vw,2.3rem)}.prose{max-width:46rem;margin:0 auto}.prose p{margin-bottom:1.15rem}.prose h2{font-size:1.45rem;margin:2.2rem 0 .8rem;line-height:1.25}.prose h3{font-size:1.16rem;margin:1.8rem 0 .6rem}.prose ul,.prose ol{margin:0 0 1.15rem 1.4rem}.prose li{margin-bottom:.4rem}.prose img{max-width:100%;height:auto;border-radius:10px}.prose blockquote{border-left:3px solid var(--accent);padding-left:1.1rem;color:var(--muted);font-style:italic;margin:1.4rem 0}.prose a{text-decoration:underline;text-underline-offset:3px}.article-foot{max-width:46rem;margin:2.4rem auto 0}.related{margin-top:3.2rem}.related .cards-grid{margin-top:1.2rem}.cat-list{max-width:46rem;margin:2.4rem auto 0}.cat-list-title{font-size:1.35rem;margin-bottom:1.1rem}.post-lines{list-style:none}.post-lines li{border-bottom:1px solid var(--line)}.post-lines a{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.85rem .2rem;color:var(--ink)}.post-lines a:hover .line-title{color:var(--accent)}.post-lines time{font-size:.82rem;color:var(--muted);white-space:nowrap}.site-footer{background:var(--footer-bg);color:var(--footer-ink);margin-top:3rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.4rem;padding:3rem 1.25rem 2rem}.footer-brand{font-family:var(--display);font-size:1.25rem;color:#fff;margin-bottom:.6rem}.footer-note{font-size:.9rem;line-height:1.6;max-width:26rem}.footer-head{font-size:.73rem;letter-spacing:.15em;text-transform:uppercase;opacity:.7;margin-bottom:.85rem}.site-footer ul{list-style:none}.site-footer li{margin-bottom:.42rem}.site-footer a{color:var(--footer-ink);font-size:.92rem}.site-footer a:hover{color:#fff}.footer-line{border-top:1px solid rgb(255 255 255/.12);padding:1.2rem 1.25rem 1.6rem;font-size:.82rem;opacity:.75}@media(max-width:760px){.footer-grid{grid-template-columns:1fr}.featured-card{padding:1.7rem 1.4rem}.nav-burger{display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-burger span{width:24px;height:2.5px;background:var(--ink);border-radius:2px}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--line);padding:1rem 1.25rem}.site-nav ul{flex-direction:column;gap:.9rem}.nav-toggle:checked~.site-nav{display:block}}