:root{--creme:#FAF5EC;--creme2:#F3EBDD;--encre:#2B2118;--brun:#5C4B3A;--terracotta:#C65D3B;--terracotta-2:#A84B2D;--olive:#6B7A46;--olive-d:#55633A;--filet:#E6DAC6}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:work sans,system-ui,sans-serif;background:var(--creme);color:var(--encre);line-height:1.65;font-size:1.0625rem}a{color:var(--terracotta);text-decoration:none;transition:color .2s ease}a:hover{color:var(--terracotta-2)}.wrap{max-width:1080px;margin:0 auto;padding:0 1.25rem}h1,h2,h3,.brand-name{font-family:fraunces,Georgia,serif}.site-header{background:var(--creme);border-bottom:1px solid var(--filet);position:sticky;top:0;z-index:20}.header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:.9rem;padding-bottom:.9rem}.brand{display:flex;align-items:center;gap:.6rem;color:var(--encre)}.brand-mark{color:var(--terracotta);font-size:1.4rem}.brand-name{font-weight:700;font-size:1.25rem;display:block;line-height:1.1}.brand-tag{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--brun)}.site-nav ul{display:flex;gap:1.4rem;list-style:none}.site-nav a{color:var(--encre);font-weight:500;font-size:.95rem;border-bottom:2px solid transparent;padding-bottom:.15rem}.site-nav a:hover{color:var(--terracotta);border-color:var(--terracotta)}.nav-toggle,.nav-burger{display:none}.hero{position:relative;background:linear-gradient(135deg,var(--creme2) 0%,var(--creme) 55%);overflow:hidden;border-bottom:1px solid var(--filet)}.hero-inner{position:relative;z-index:2;padding:5.5rem 1.25rem 5rem;max-width:720px;margin:0}@media(min-width:1080px){.hero-inner{margin-left:calc((100vw - 1080px)/2)}}.hero-kicker{display:inline-block;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--olive-d);border:1px solid var(--olive);border-radius:999px;padding:.35rem .9rem;margin-bottom:1.2rem;background:rgba(107,122,70,7%)}.hero-title{font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.08;font-weight:700;margin-bottom:1rem;text-wrap:balance}.hero-lede{font-size:1.15rem;color:var(--brun);max-width:34rem;margin-bottom:1.8rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.hero-motif{position:absolute;right:-120px;top:-80px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle at 40% 40%,rgba(198,93,59,.14),transparent 65%);z-index:1}.btn{display:inline-block;padding:.7rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .15s ease,box-shadow .2s ease}.btn-primary{background:var(--terracotta);color:#fff}.btn-primary:hover{background:var(--terracotta-2);color:#fff;transform:translateY(-1px);box-shadow:0 6px 18px rgba(198,93,59,.28)}.btn-ghost{border:1.5px solid var(--brun);color:var(--encre)}.btn-ghost:hover{border-color:var(--terracotta);color:var(--terracotta)}.intro-band{background:var(--olive);color:#f6f3e7;padding:3rem 0;text-align:center}.intro-mark{display:block;font-size:1.3rem;margin-bottom:.9rem;color:#e9c46a}.intro-text{font-family:fraunces,Georgia,serif;font-style:italic;font-size:1.3rem;line-height:1.6;max-width:46rem;margin:0 auto}.featured{margin-top:3.5rem}.featured-card{display:grid;grid-template-columns:120px 1fr;background:#fff;border:1px solid var(--filet);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(43,33,24,6%);transition:transform .2s ease,box-shadow .2s ease}.featured-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(43,33,24,.1)}.featured-side{background:linear-gradient(160deg,var(--terracotta),var(--terracotta-2));display:flex;align-items:center;justify-content:center}.featured-flag{color:#fff;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg)}.featured-body{padding:2.2rem 2.4rem}.featured-title{font-size:1.9rem;line-height:1.15;margin:.4rem 0 .7rem;color:var(--encre)}.featured-excerpt{color:var(--brun);max-width:44rem}.featured-link{display:inline-block;margin-top:1.1rem;font-weight:600;color:var(--terracotta)}.grid-section{padding:3.5rem 1.25rem 1rem}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.6rem}.section-title{font-size:1.7rem;position:relative;padding-bottom:.5rem}.section-title:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:3px;background:var(--terracotta);border-radius:2px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.4rem}.card{background:#fff;border:1px solid var(--filet);border-radius:14px;transition:transform .18s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(43,33,24,9%)}.card>a{display:flex;flex-direction:column;height:100%;padding:1.5rem 1.5rem 1.3rem;color:var(--encre)}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.card-top time{font-size:.8rem;color:var(--brun)}.card-cat{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--olive-d);background:rgba(107,122,70,.1);border-radius:999px;padding:.25rem .7rem}.card-title{font-size:1.18rem;line-height:1.3;margin-bottom:.55rem}.card-excerpt{font-size:.93rem;color:var(--brun);flex-grow:1}.card-more{margin-top:1rem;font-weight:600;font-size:.9rem;color:var(--terracotta)}.rubriques{padding:3.5rem 0 4rem}.chips{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.4rem}.chip{display:inline-block;border:1.5px solid var(--olive);color:var(--olive-d);border-radius:999px;padding:.55rem 1.3rem;font-weight:600;font-size:.95rem}.chip:hover{background:var(--olive);color:#fff}.article-page,.flow{padding-top:3rem;padding-bottom:4rem}.article-head{max-width:46rem;margin:0 auto 2.2rem;text-align:center}.article-title{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.15;margin:.8rem 0 .6rem;text-wrap:balance}.article-meta{color:var(--brun);font-size:.9rem}.article-hero{max-width:58rem;margin:0 auto 2.2rem}.article-hero img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px rgba(43,33,24,.12)}.page-head{max-width:46rem;margin:0 auto 2rem;text-align:center}.page-head h1{font-size:clamp(1.8rem,4vw,2.4rem)}.prose{max-width:46rem;margin:0 auto}.prose p{margin-bottom:1.15rem}.prose h2{font-size:1.5rem;margin:2.2rem 0 .8rem;line-height:1.25}.prose h3{font-size:1.2rem;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:12px}.prose blockquote{border-left:3px solid var(--terracotta);padding-left:1.1rem;color:var(--brun);font-style:italic;margin:1.4rem 0}.prose a{text-decoration:underline;text-underline-offset:3px}.article-foot{max-width:46rem;margin:2.5rem auto 0}.cat-list{max-width:46rem;margin:2.5rem auto 0}.cat-list-title{font-size:1.4rem;margin-bottom:1.2rem}.post-lines{list-style:none}.post-lines li{border-bottom:1px solid var(--filet)}.post-lines a{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.85rem .2rem;color:var(--encre)}.post-lines a:hover .line-title{color:var(--terracotta)}.post-lines time{font-size:.82rem;color:var(--brun);white-space:nowrap}.site-footer{background:#241c13;color:#d8cdbc;margin-top:3rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding:3rem 1.25rem 2rem}.footer-brand{font-family:fraunces,Georgia,serif;font-size:1.3rem;color:#fff;margin-bottom:.6rem}.footer-note{font-size:.9rem;line-height:1.6;max-width:26rem}.footer-head{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#9c8e78;margin-bottom:.9rem}.site-footer ul{list-style:none}.site-footer li{margin-bottom:.45rem}.site-footer a{color:#d8cdbc;font-size:.92rem}.site-footer a:hover{color:#e9c46a}.footer-line{border-top:1px solid #3a3025;padding-top:1.2rem;padding-bottom:1.6rem;font-size:.82rem;color:#9c8e78}@media(max-width:760px){.footer-grid{grid-template-columns:1fr}.featured-card{grid-template-columns:1fr}.featured-side{min-height:44px}.featured-flag{writing-mode:horizontal-tb;transform:none;padding:.5rem}.nav-burger{display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-burger span{width:24px;height:2.5px;background:var(--encre);border-radius:2px}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--creme);border-bottom:1px solid var(--filet);padding:1rem 1.25rem}.site-nav ul{flex-direction:column;gap:.9rem}.nav-toggle:checked~.site-nav{display:block}}.crumbs{font-size:.82rem;margin-bottom:1.6rem}.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 li[aria-current] span{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:46ch}.card-title a{color:inherit;text-decoration:none}.related{margin-top:3.4rem}.related .cards-grid{margin-top:1.3rem}.card-inner{display:flex;flex-direction:column;height:100%;padding:1.5rem 1.5rem 1.3rem;color:var(--encre)}.crumbs,.crumbs a,.crumbs li+li:before{color:var(--brun)}.crumbs a:hover{color:var(--terracotta)}.crumbs li[aria-current] span{color:var(--encre)}.card-title a:hover,.featured-title a:hover{color:var(--terracotta)}.featured-title a{color:inherit;text-decoration:none}.byline{margin-top:.5rem;font-size:.88rem;opacity:.85}.byline a{text-decoration:underline;text-underline-offset:3px}