:root{--bg:oklch(98.5% 0.007 295);--card:#fff;--pink:oklch(82% 0.12 0);--pink-l:oklch(94% 0.06 0);--blue:oklch(83% 0.09 238);--blue-l:oklch(94% 0.045 238);--mint:oklch(85% 0.09 162);--mint-l:oklch(94% 0.04 162);--yellow:oklch(85% 0.12 88);--yellow-l:oklch(95% 0.06 88);--orange:oklch(82% 0.11 45);--orange-l:oklch(94% 0.05 45);--green:oklch(82% 0.11 145);--green-l:oklch(94% 0.05 145);--violet:oklch(78% 0.12 280);--violet-l:oklch(94% 0.04 280);--text:oklch(22% 0.015 290);--muted:oklch(54% 0.015 290);--border:oklch(91% 0.012 290);--shadow:0 2px 24px oklch(70% 0.04 290/0.12)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);line-height:1.7;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Space Grotesk',sans-serif;line-height:1.2}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
p a{color:var(--pink)}
p a:hover{color:oklch(68% 0.14 0)}
/* NAV */
nav{position:sticky;top:0;z-index:100;background:oklch(99% 0.007 295/0.88);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:0 clamp(1.5rem,5vw,4rem);display:flex;align-items:center;justify-content:space-between;height:92px}
.nav-links{display:flex;align-items:center;gap:2rem;font-size:.92rem;font-weight:500}
.nav-links a{color:var(--muted);transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--text)}
.nav-cta{background:var(--text);color:#fff!important;padding:.5rem 1.2rem;border-radius:99px}
.nav-cta:hover{opacity:.82!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{width:24px;height:2px;background:var(--text);border-radius:2px;transition:.3s}
.mobile-menu{display:none;position:fixed;inset:0;background:var(--bg);z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:2rem;font-family:'Space Grotesk',sans-serif;font-size:1.5rem;font-weight:700}
.mobile-menu.open{display:flex}
.mobile-menu a:hover{opacity:.6}
.mobile-close{position:absolute;top:1.5rem;right:1.5rem;font-size:2rem;cursor:pointer;line-height:1}
@media(max-width:900px){.nav-links{display:none}.hamburger{display:flex}}
/* HERO */
.blog-hero{padding:5rem clamp(1.5rem,5vw,4rem) 3rem;background:linear-gradient(160deg,var(--pink-l) 0%,var(--bg) 60%)}
.breadcrumb{font-size:.82rem;color:var(--muted);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.breadcrumb a{color:var(--pink)}
.breadcrumb span{opacity:.5}
.blog-hero h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;letter-spacing:-.025em;max-width:760px;margin-bottom:1rem;text-wrap:pretty}
.blog-hero p{color:var(--muted);font-size:1.05rem;max-width:600px}
/* FILTERS */
.filter-bar{display:flex;gap:.6rem;flex-wrap:wrap;padding:1.5rem clamp(1.5rem,5vw,4rem);border-bottom:1px solid var(--border);background:var(--card)}
.filter-tag{padding:.4rem 1rem;border-radius:99px;font-size:.82rem;font-weight:600;border:1.5px solid var(--border);cursor:pointer;transition:all .2s;background:var(--bg);color:var(--muted);font-family:inherit}
.filter-tag.active,.filter-tag:hover{border-color:var(--text);color:var(--text);background:var(--card)}
/* LAYOUT */
.blog-layout{max-width:1200px;margin:0 auto;padding:3rem clamp(1.5rem,5vw,4rem);display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}
@media(max-width:900px){.blog-layout{grid-template-columns:1fr}.sidebar{order:2;position:static}}
/* LISTING CARDS */
.article-list{display:flex;flex-direction:column;gap:1.75rem}
.article-item{display:grid;grid-template-columns:260px 1fr;gap:2rem;background:var(--card);border-radius:1.5rem;overflow:hidden;border:1px solid var(--border);transition:box-shadow .2s,transform .2s}
.article-item:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.article-thumb{height:100%;min-height:220px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.article-thumb img{height:180px;width:auto;object-fit:contain;transition:transform .4s}
.article-item:hover .article-thumb img{transform:scale(1.06) rotate(1.5deg)}
.article-cat{position:absolute;top:.75rem;left:.75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .75rem;border-radius:99px}
.article-body{padding:1.75rem 1.75rem 1.75rem 0;display:flex;flex-direction:column;justify-content:center}
.article-meta{font-size:.8rem;color:var(--muted);margin-bottom:.6rem;display:flex;align-items:center;gap:.75rem}
.article-meta span::before{content:'·';margin-right:.75rem}
.article-meta span:first-child::before{content:'';margin-right:0}
.article-title{font-size:1.3rem;font-weight:800;margin-bottom:.6rem;letter-spacing:-.015em;line-height:1.3;text-wrap:pretty}
.article-excerpt{color:var(--muted);font-size:.9rem;line-height:1.65;margin-bottom:1.1rem}
.article-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--pink);transition:gap .2s}
.article-item:hover .article-link{gap:.7rem}
@media(max-width:660px){.article-item{grid-template-columns:1fr}.article-thumb{min-height:170px}.article-body{padding:1.25rem 1.25rem 1.5rem}}
/* ARTICLE PAGE */
.post-hero{padding:3rem clamp(1.5rem,5vw,4rem) 2.5rem}
.post-hero .cat-tag{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .8rem;border-radius:99px;margin-bottom:1rem}
.post-hero h1{font-size:clamp(1.75rem,3.6vw,2.8rem);font-weight:800;letter-spacing:-.025em;max-width:860px;text-wrap:pretty}
.post-meta{font-size:.85rem;color:var(--muted);margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}
.post-meta span::before{content:'·';margin-right:.75rem}
.post-meta span:first-child::before{content:'';margin-right:0}
.post-figure{border-radius:1.25rem;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:2.5rem}
.post-figure img{height:270px;width:auto;object-fit:contain}
.prose{background:var(--card);border-radius:1.5rem;border:1px solid var(--border);padding:2.5rem}
.prose .lead{font-size:1.05rem;color:var(--text);line-height:1.7;margin-bottom:1.5rem}
.prose h2{font-size:1.4rem;font-weight:800;margin:2.25rem 0 .75rem;letter-spacing:-.015em}
.prose h2:first-child{margin-top:0}
.prose h3{font-size:1.12rem;font-weight:700;margin:1.75rem 0 .6rem}
.prose p{color:var(--muted);font-size:.96rem;line-height:1.78;margin-bottom:1rem}
.prose ul,.prose ol{padding-left:1.5rem;color:var(--muted);font-size:.94rem;line-height:1.72;margin-bottom:1.25rem}
.prose li{margin-bottom:.45rem}
.prose strong{color:var(--text);font-weight:600}
.prose table{width:100%;border-collapse:collapse;font-size:.9rem;margin-bottom:1.5rem}
.prose th,.prose td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border)}
.prose th{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}
.prose td{color:var(--muted)}
.callout{border-radius:1rem;padding:1.25rem 1.4rem;margin:1.5rem 0;font-size:.92rem}
.callout strong{display:block;font-family:'Space Grotesk',sans-serif;margin-bottom:.25rem}
.cta-box{background:var(--pink-l);border-radius:1rem;padding:1.5rem;margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.cta-box p{font-weight:600;color:var(--text);font-size:.95rem;margin:0}
.btn-cta{background:var(--text);color:#fff;padding:.65rem 1.4rem;border-radius:99px;font-size:.88rem;font-weight:600;white-space:nowrap;transition:opacity .2s}
.btn-cta:hover{opacity:.8}
/* SIDEBAR */
.sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:110px}
.sidebar-card{background:var(--card);border-radius:1.25rem;border:1px solid var(--border);padding:1.5rem}
.sidebar-card h3{font-size:1rem;font-weight:800;margin-bottom:1rem}
.sidebar-list{display:flex;flex-direction:column;gap:.75rem}
.sidebar-item{display:flex;gap:.75rem;align-items:center;padding-bottom:.75rem;border-bottom:1px solid var(--border)}
.sidebar-item:last-child{border-bottom:none;padding-bottom:0}
.sidebar-thumb{width:56px;height:56px;border-radius:.5rem;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}
.sidebar-thumb img{width:100%;height:100%;object-fit:contain}
.sidebar-title{font-size:.84rem;font-weight:600;line-height:1.35}
.sidebar-cat{font-size:.75rem;color:var(--muted);margin-top:.2rem}
.horaires-mini{display:flex;flex-direction:column;gap:.5rem}
.horaire-row{display:flex;justify-content:space-between;font-size:.84rem;gap:.5rem}
.horaire-day{font-weight:600;white-space:nowrap}
.horaire-times{color:var(--muted);font-size:.8rem;text-align:right;line-height:1.4}
/* RELATED */
.related{max-width:1200px;margin:0 auto;padding:1rem clamp(1.5rem,5vw,4rem) 4rem}
.related h2{font-size:1.3rem;font-weight:800;margin-bottom:1.5rem}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
@media(max-width:820px){.related-grid{grid-template-columns:1fr}}
.related-card{background:var(--card);border:1px solid var(--border);border-radius:1.25rem;overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}
.related-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.related-thumb{height:130px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.related-thumb img{height:115px;width:auto;object-fit:contain}
.related-body{padding:1.1rem 1.25rem 1.4rem}
.related-cat{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.4rem}
.related-title{font-size:1rem;font-weight:700;line-height:1.35;text-wrap:pretty}
/* FOOTER */
footer{background:oklch(18% 0.015 290);color:oklch(55% 0.01 290);padding:2rem clamp(1.5rem,5vw,4rem);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.83rem}
.footer-logo{font-family:'Space Grotesk',sans-serif;font-weight:800;color:#fff;font-size:1rem}
.footer-logo span{color:var(--pink)}
footer a{color:oklch(70% 0.01 290)}
footer a:hover{color:#fff}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.reveal.visible{opacity:1;transform:none}
/* MOBILE */
@media(max-width:720px){
nav{height:68px;padding:0 1.25rem}
nav a img{height:48px!important}
.blog-hero{padding:2.5rem 1.25rem 2rem}
.blog-hero h1{font-size:clamp(1.7rem,7vw,2.2rem)}
.blog-hero p{font-size:.95rem}
.post-hero{padding:2rem 1.25rem 1.5rem}
.filter-bar{padding:1rem 1.25rem;gap:.5rem;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}
.filter-bar::-webkit-scrollbar{display:none}
.filter-tag{white-space:nowrap;flex-shrink:0;font-size:.78rem;padding:.35rem .85rem}
.blog-layout{padding:1.5rem 1.25rem;gap:1.75rem}
.post-figure{height:190px;border-radius:1rem;margin-bottom:1.5rem}
.post-figure img{height:170px}
.prose{padding:1.5rem 1.25rem;border-radius:1.25rem}
.prose h2{font-size:1.2rem}
.prose h3{font-size:1.02rem}
.prose p,.prose ul,.prose ol{font-size:.92rem}
.cta-box{padding:1.25rem;flex-direction:column;align-items:flex-start;gap:.75rem}
.btn-cta{width:100%;text-align:center}
.sidebar-card{padding:1.25rem}
.related{padding:0 1.25rem 2.5rem}
footer{flex-direction:column;align-items:flex-start;text-align:left;padding:1.75rem 1.25rem}
footer>div[style*="text-align:right"]{text-align:left!important}
}
