/* annuaire.css — styles des annuaires de pros.
   Portés depuis le socle parc (royaume-des-animaux) ; les couleurs viennent des tokens
   :root d'artistes-creation (mêmes noms de tokens, valeurs de notre DA terracotta/sauge). */
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;border-radius:12px;transition:.25s transform,.25s background}
.nav-cta:hover,.button:hover{transform:translateY(-2px)}
.nav-cta svg,.button svg{width:17px}
.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:700;color:var(--blue);margin-bottom:16px}
.eyebrow span{display:inline-block;width:18px;border-top:2px solid var(--blue);vertical-align:middle;margin-right:7px}
.button{padding:15px 20px;font-size:14px}
.button-primary{background:var(--blue);color:#fff;box-shadow:0 12px 25px #C96F4A2b}
.button-dark{background:var(--ink);color:#fff}
.button-light{background:white;color:var(--blue)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:40px}
.spotlight-copy>p:not(.eyebrow){color:var(--muted);font-size:15px;margin:20px 0}
.tools-section .eyebrow{color:var(--sky)}
.cta-band .container{display:flex;justify-content:space-between;align-items:center}
.cta-band .eyebrow{color:var(--sky)}
/* pages */.page-hero{background:#F3EDE3;padding:75px 0 65px}
.page-hero p{max-width:700px;color:var(--muted);font-size:18px}
.content-page{padding:70px 0}
.guide-block{padding-bottom:45px;margin-bottom:45px;border-bottom:1px solid var(--line)}
.guide-block h2{font-size:36px}
.guide-block p{color:var(--muted);max-width:720px}
@media(max-width:760px){
  .container{width:min(100% - 32px,1160px)}
  .section-head{align-items:start;flex-direction:column;margin-bottom:25px}
  .cta-band .container{align-items:start;gap:25px;flex-direction:column}
  .page-hero{padding:55px 0}
  .page-hero h1{font-size:48px}
}
/* === Outils (05-tools) — additif on-brand === */
.hub-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:6px}
.hub-card{border:1px solid var(--line);border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:8px;background:var(--surface);transition:.25s transform}
.hub-card:hover{transform:translateY(-5px)}
.hub-card>i{width:28px;height:28px;color:var(--primary)}
.hub-card .hub-tag{font-size:10px;font-weight:800;letter-spacing:.12em;color:var(--secondary);margin:14px 0 2px}
.hub-card h3{font-family:Fraunces,serif;font-size:26px;line-height:1.06;margin:0 0 4px}
.hub-card p:not(.hub-tag){font-size:13px;color:var(--muted);margin:0}
.hub-card span{font-size:12px;font-weight:700;color:var(--primary);margin-top:14px;display:inline-flex;align-items:center;gap:5px}
.hub-card span svg{width:15px}
.tool-explain{max-width:none;margin:46px 0 0;padding-top:6px}
.tool-explain h2{font-size:30px;margin-bottom:14px}
.tool-explain p{color:var(--muted);margin:0 0 16px;line-height:1.6}
.tool-explain blockquote{margin:22px 0;padding:16px 20px;background:var(--callout-bg);border-left:3px solid var(--callout-border);color:var(--callout-text);font-style:italic;border-radius:0 12px 12px 0}
.tool-cta-line{margin:26px 0 12px}
@media(max-width:760px){
  .hub-grid{grid-template-columns:1fr}
}
/* === Pages piliers (06) === */
.pillar{max-width:none;margin:0}
.pillar .guide-block h2{font-size:clamp(28px,3.4vw,34px)}
.pillar .guide-block p{color:var(--muted);line-height:1.65}
.pillar ul{margin:6px 0 4px;padding-left:20px}
.pillar li{margin:9px 0;color:var(--text-secondary);line-height:1.5}
.pillar blockquote{margin:26px 0;padding:18px 22px;background:var(--callout-bg);border-left:3px solid var(--callout-border);color:var(--callout-text);font-style:italic;border-radius:0 12px 12px 0;font-size:16px;line-height:1.55}
.pillar-cta{margin-top:24px}
/* === Calculateur de ration (/calculateur-ration) === */
.calc-tool{background:var(--surface,#fff);border:1px solid var(--gray-200,var(--border,var(--line,#E2DBCE)));border-radius:22px;padding:clamp(20px,4vw,36px);box-shadow:0 12px 32px rgba(44,42,38,.06)}
.calc-tool>.eyebrow{color:var(--secondary-color,var(--secondary,#7A9E7E))}
.calc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}
.calc-field{display:flex;flex-direction:column}
.calc-field label{font-size:12px;font-weight:700;margin-bottom:6px;color:var(--dark-color,var(--text,#2C2A26))}
.calc-field input,.calc-field select{width:100%;padding:12px;border:1px solid var(--gray-200,var(--border,var(--line,#E2DBCE)));border-radius:10px;background:var(--white,#fff);font:inherit;color:var(--dark-color,var(--text,#2C2A26))}
.calc-field input:focus,.calc-field select:focus{outline:2px solid var(--primary-color,var(--primary,#C96F4A));outline-offset:1px}
.calc-field .hint{font-size:11px;color:var(--gray-600,var(--text-muted,#8A8478));margin-top:5px}
.calc-actions{margin-top:22px}
.calc-result{margin-top:26px;border-radius:18px;overflow:hidden;border:1px solid var(--gray-200,var(--border,var(--line,#E2DBCE)));display:none}
.calc-result.show{display:block}
.calc-result-head{background:var(--primary-color,var(--primary,#C96F4A));color:var(--on-primary,#fff);padding:24px 26px}
.calc-result-head p{margin:0 0 4px;font-size:12px;letter-spacing:.1em;font-weight:700;opacity:.9}
.calc-result-head .big{font-family:Fraunces,serif;font-size:clamp(38px,7vw,52px);line-height:1;font-weight:700}
.calc-result-head .big span{font-size:.4em;font-weight:600;opacity:.85}
.calc-result-body{padding:22px 26px;display:grid;grid-template-columns:1fr 1fr;gap:16px 22px;background:var(--surface,#fff)}
.calc-stat p{margin:0 0 2px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-600,var(--text-muted,#8A8478))}
.calc-stat b{font-family:Fraunces,serif;font-size:22px;color:var(--dark-color,var(--text-strong,#1A1815))}
.calc-obj{grid-column:1/-1;background:var(--gray-100,var(--fill,#EFE9DF));border-radius:12px;padding:14px 16px;font-size:14px;color:var(--dark-color,var(--text,#2C2A26));line-height:1.5;margin:0}
.calc-vet{margin-top:20px;background:#EEF3EE;border:1px solid #C9DBCB;border-left:4px solid #7A9E7E;color:#3C5A40;border-radius:0 12px 12px 0;padding:16px 20px;font-size:14px;line-height:1.55}
.calc-vet strong{color:#2f4a35}
.calc-faq{max-width:none;margin:44px 0 0}
.calc-faq h2{font-size:30px;margin-bottom:12px}
.calc-faq details{border-bottom:1px solid var(--gray-200,var(--border,var(--line,#E2DBCE)));padding:6px 0}
.calc-faq summary{cursor:pointer;font-weight:700;font-family:Fraunces,serif;font-size:18px;padding:14px 0;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}
.calc-faq summary::-webkit-details-marker{display:none}
.calc-faq summary::after{content:"+";font-size:24px;color:var(--primary-color,var(--primary,#C96F4A));line-height:1}
.calc-faq details[open] summary::after{content:"–"}
.calc-faq details p{color:var(--muted,var(--text-secondary,#5C574F));margin:0 0 16px;line-height:1.6}
@media(max-width:760px){
  .calc-grid{grid-template-columns:1fr}
  .calc-result-body{grid-template-columns:1fr}
}
/* === Simulateur de budget (/simulateur-budget-annuel) === */
.calc-check{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:14px;font-weight:600;color:var(--dark-color,var(--text,#2C2A26));cursor:pointer}
.calc-check input{width:18px;height:18px;accent-color:var(--primary-color,var(--primary,#C96F4A));cursor:pointer}
.calc-monthly{margin:12px 0 0;font-size:14px;color:var(--gray-600,var(--text-secondary,#5C574F))}
.calc-monthly b{color:var(--primary-color,var(--primary,#C96F4A));font-size:16px}
.calc-firstyear{margin-top:22px;padding-top:20px;border-top:1px dashed var(--gray-200,var(--border,#E2DBCE))}
.rdir-sortbtn.is-active{background:var(--primary-color,#B03A2E);color:var(--on-primary,#fff)}
.rdrawer .button{width:100%;justify-content:center}
/* === Fiche race (/race-chien/<slug>, /race-chat/<slug>) === */
.breed-hero-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.breed-badge{background:var(--surface,#fff);border:1px solid var(--gray-200,var(--border,#E2DBCE));border-radius:12px;padding:10px 15px;display:flex;flex-direction:column;gap:2px;min-width:106px}
.breed-badge b{font-family:Fraunces,serif;font-size:16px;color:var(--dark-color,var(--text-strong,#1A1815))}
.breed-badge span{font-size:10.5px;color:var(--gray-600,var(--text-muted,#8A8478));text-transform:uppercase;letter-spacing:.05em}
.breed-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin:10px 0 4px}
.spec-row{background:var(--gray-100,var(--fill,#EFE9DF));border-radius:12px;padding:14px 16px}
.spec-row span{display:block;font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-600,var(--text-muted,#8A8478));margin-bottom:4px}
.spec-row b{font-family:Fraunces,serif;font-size:16.5px;color:var(--dark-color,var(--text,#2C2A26));font-weight:600}
.breed-conf{font-size:12.5px;color:var(--gray-600,var(--text-secondary,#5C574F));background:var(--fill,#EFE9DF);border-radius:10px;padding:11px 14px;margin-top:16px;line-height:1.5}
.breed-back{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:13px;color:var(--gray-600,var(--text-muted,#8A8478));margin-bottom:6px}
.breed-back:hover{color:var(--primary-color,var(--primary,#C96F4A))}
.breed-back svg{width:15px}
.breed-traits{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 2px}
.breed-trait{background:var(--gray-100,var(--fill,#EFE9DF));border:1px solid var(--gray-200,var(--border,#E2DBCE));border-radius:20px;padding:6px 13px;font-size:13px;font-weight:600;color:var(--secondary-color,var(--secondary,#7A9E7E))}
/* === Hero illustré des pages piliers (image + voile crème pour lisibilité) === */
.page-hero--img{background-size:cover;background-position:center;background-repeat:no-repeat}
/* === Illustrations in-content (piliers) === */
.pillar-figure{margin:28px 0;border-radius:18px;overflow:hidden;border:1px solid var(--gray-200,var(--border,#E2DBCE))}
.pillar-figure img{width:100%;height:auto;display:block}
.pillar-figure figcaption{font-size:12.5px;color:var(--gray-600,var(--text-muted,#8A8478));padding:10px 14px;background:var(--gray-100,var(--fill,#EFE9DF))}
/* === Annuaires de professionnels (vétérinaires, toiletteurs) === */
.an-region{margin-bottom:26px}
.an-region h3{font-family:Fraunces,serif;font-size:19px;margin:0 0 12px;display:flex;align-items:baseline;gap:10px}
.an-region h3 small{font-size:12px;font-weight:500;color:var(--gray-600,var(--text-muted,#8A8478))}
.an-dept-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px}
.an-dept-list a,.an-dept-empty{display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--gray-200,var(--border,#E2DBCE));border-radius:10px;font-size:13.5px;background:var(--surface,#fff);transition:.15s}
.an-dept-list a:hover{border-color:var(--primary-color,#C96F4A);background:var(--gray-100,var(--fill,#EFE9DF))}
.an-dept-list b{font-family:Fraunces,serif;color:var(--primary-color,#C96F4A);min-width:26px}
.an-dept-list span{margin-left:auto;font-size:12px;font-weight:700;color:var(--gray-600,var(--text-muted,#8A8478))}
.an-dept-empty{opacity:.45;cursor:default}
.an-city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}
.an-city{display:flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid var(--gray-200,var(--border,#E2DBCE));border-radius:10px;background:var(--surface,#fff);font-size:14px;font-weight:600;transition:.15s}
.an-city:hover{border-color:var(--primary-color,#C96F4A);background:var(--gray-100,var(--fill,#EFE9DF));color:var(--primary-color,#C96F4A)}
.an-city-n{margin-left:auto;font-size:12px;font-weight:800;color:var(--secondary-color,var(--secondary,#7A9E7E))}
.pro-list{display:flex;flex-direction:column;gap:12px}
.pro-card{display:flex;align-items:center;gap:16px;padding:18px 20px;border:1px solid var(--gray-200,var(--border,#E2DBCE));border-radius:16px;background:var(--surface,#fff);transition:.16s}
.pro-card:hover{border-color:var(--primary-color,#C96F4A);box-shadow:0 8px 22px rgba(201,111,74,.10)}
.pro-card-main{flex:1;min-width:0}
.pro-card h2{font-family:Fraunces,serif;font-size:19px;margin:0 0 6px;color:var(--dark-color,var(--text-strong,#1A1815))}
.pro-addr{margin:0;font-size:13.5px;color:var(--muted,var(--text-secondary,#5C574F));display:flex;align-items:center;gap:6px}
.pro-addr svg{width:14px;height:14px;color:var(--secondary-color,var(--secondary,#7A9E7E));flex:none}
.pro-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.pro-tag{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;background:var(--gray-100,var(--fill,#EFE9DF));color:var(--gray-600,var(--text-muted,#8A8478))}
.pro-tag.on{background:#EEF3EE;color:#3C5A40}
.pro-tag svg{width:13px;height:13px}
.pro-card-go{color:var(--primary-color,#C96F4A);flex:none}
.pro-card-go svg{width:18px;height:18px}
.an-none{color:var(--gray-600,var(--text-muted,#8A8478));font-weight:500;font-style:italic}
.an-hours{list-style:none;padding:0;margin:6px 0 0}
.an-hours li{padding:9px 14px;background:var(--gray-100,var(--fill,#EFE9DF));border-radius:9px;margin-bottom:6px;font-size:14px;font-weight:600}
.an-note{font-size:12.5px;color:var(--gray-600,var(--text-muted,#8A8478));margin-top:12px;line-height:1.5}
@media(max-width:600px){
  .an-dept-list,.an-city-grid{grid-template-columns:1fr}
}
/* === Annuaire : prestations, blocs "non renseigné", villes voisines === */
.an-serv{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;margin-top:14px}
.an-serv-item{display:flex;gap:12px;padding:14px 16px;background:var(--gray-100,var(--fill,#EFE9DF));border-radius:12px}
.an-serv-item>i{width:20px;height:20px;color:var(--primary-color,#C96F4A);flex:none;margin-top:2px}
.an-serv-item b{display:block;font-size:14px;color:var(--dark-color,var(--text-strong,#1A1815));margin-bottom:2px}
.an-serv-item span{font-size:13px;color:var(--muted,var(--text-secondary,#5C574F));line-height:1.45}
.an-none-block{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:var(--gray-100,var(--fill,#EFE9DF));border-radius:12px;font-size:14px;color:var(--muted,var(--text-secondary,#5C574F));line-height:1.5;margin:0 0 16px}
.an-none-block>i{width:18px;height:18px;color:var(--gray-600,var(--text-muted,#8A8478));flex:none;margin-top:2px}
.an-city-name small{font-weight:500;color:var(--gray-600,var(--text-muted,#8A8478))}
.an-city-n svg{width:14px;height:14px}
/* === Annuaire : respiration des sections (FAQ, maillage, guides) === */
.an-page .guide-block{padding-bottom:54px;margin-bottom:54px}
.an-page .guide-block h2{margin-bottom:16px}
.an-page .guide-block>p{margin-bottom:18px}
.an-page .calc-faq{margin-top:58px;margin-bottom:54px}
.an-page .calc-faq h2{margin-bottom:22px}
.an-page .calc-faq details{padding:10px 0}
.an-page .calc-faq summary{padding:18px 0;font-size:18.5px}
.an-page .calc-faq details p{margin:4px 0 24px;line-height:1.7;padding-right:8px}
.an-page .an-city-grid{gap:12px;margin-top:20px}
.an-page .an-city{padding:14px 17px}
.an-page .hub-grid{gap:20px;margin-top:22px}
.an-page .hub-card{padding:26px}
.an-page .an-serv{gap:14px;margin-top:20px}
.an-page .an-serv-item{padding:16px 18px}
.an-page .pro-list{margin-bottom:8px}
.an-page .breed-specs{gap:16px;margin:14px 0 6px}
.an-page .an-hours li{padding:11px 16px;margin-bottom:8px}
.an-page .tool-explain{margin-top:54px}
.an-page .calc-vet{margin:26px 0}
@media(max-width:760px){
  .an-page .guide-block{padding-bottom:38px;margin-bottom:38px}
  .an-page .calc-faq{margin-top:40px;margin-bottom:38px}
}
/* === Bloc d'attribution des fiches annuaire (Licence Ouverte 2.0) === */
.fiche-source{margin-top:54px;padding:24px 26px;background:var(--gray-100,var(--fill,#EFE9DF));border:1px solid var(--gray-200,var(--border,#E2DBCE));border-radius:16px}
.fiche-source h2{font-family:Fraunces,serif;font-size:18px;margin:0 0 14px;color:var(--dark-color,var(--text-strong,#1A1815))}
.fiche-source p{margin:0 0 12px;font-size:13px;line-height:1.6;color:var(--muted,var(--text-secondary,#5C574F))}
.fiche-source a{color:var(--primary-color,var(--primary,#C96F4A));font-weight:600;text-decoration:underline}
.fiche-source strong{color:var(--dark-color,var(--text,#2C2A26))}
.fiche-source-sync{display:flex;align-items:center;gap:7px;font-weight:600}
.fiche-source-sync svg{width:15px;height:15px;color:var(--secondary-color,var(--secondary,#7A9E7E));flex:none}
.fiche-source-sync time{color:var(--dark-color,var(--text,#2C2A26))}
.fiche-source-note{font-style:italic}
.fiche-source-links{display:flex;flex-wrap:wrap;gap:18px;margin:16px 0 0;padding-top:14px;border-top:1px solid var(--gray-200,var(--border,#E2DBCE))}
.fiche-source-links a{display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-size:13px}
.fiche-source-links a:hover{text-decoration:underline}
.fiche-source-links svg{width:15px;height:15px}
.calc-field textarea{width:100%;padding:12px;border:1px solid var(--gray-200,var(--border,#E2DBCE));border-radius:10px;background:var(--white,#fff);font:inherit;color:var(--dark-color,var(--text,#2C2A26));resize:vertical}
.calc-field textarea:focus{outline:2px solid var(--primary-color,var(--primary,#C96F4A));outline-offset:1px}
/* === Annuaire : statut d'ouverture, filtres, carte au clic === */
.an-dot{width:7px;height:7px;border-radius:50%;background:currentColor;display:inline-block;flex:none}
.pro-tag.is-open{background:#EEF3EE;color:#3C5A40}
.pro-tag.is-closed{background:#FBEDE7;color:#A6472A}
.pro-tag.is-open,.pro-tag.is-closed{display:inline-flex;align-items:center;gap:6px}
.an-status{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px;padding:8px 14px;border-radius:20px;margin:0 0 12px}
.an-status.is-open{background:#EEF3EE;border:1px solid #C9DBCB}
.an-status.is-closed{background:#FBEDE7;border:1px solid #E9C9BA}
.breed-badge b.is-open{color:#3C5A40}
.breed-badge b.is-closed{color:#A6472A}
.an-filters{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-bottom:20px}
.an-filter{border:1px solid var(--gray-200,var(--border,#E2DBCE));background:var(--surface,#fff);border-radius:20px;padding:9px 15px;font:inherit;font-size:13.5px;font-weight:600;cursor:pointer;color:var(--dark-color,var(--text,#2C2A26));transition:.15s}
.an-filter span{color:var(--gray-600,var(--text-muted,#8A8478));font-weight:700;margin-left:5px}
.an-filter:hover{border-color:var(--primary-color,#C96F4A)}
.an-filter.is-active{background:var(--primary-color,#C96F4A);border-color:var(--primary-color,#C96F4A);color:var(--on-primary,#fff)}
.an-filter.is-active span{color:var(--on-primary,#fff);opacity:.8}
.an-filter-count{font-size:13px;color:var(--gray-600,var(--text-muted,#8A8478));margin-left:auto}
.an-map{background:var(--gray-100,var(--fill,#EFE9DF));border:1px solid var(--gray-200,var(--border,#E2DBCE));border-radius:16px;padding:26px;text-align:center;margin:14px 0}
.an-map-load{display:inline-flex;align-items:center;gap:8px;background:var(--primary-color,#C96F4A);color:var(--on-primary,#fff);border:0;border-radius:12px;padding:13px 20px;font:inherit;font-weight:700;cursor:pointer}
.an-map-load svg{width:17px;height:17px}
.an-map-note{font-size:12px;color:var(--gray-600,var(--text-muted,#8A8478));margin:12px 0 0;line-height:1.5}
/* === Appel à compléter une fiche pauvre (boucle d'enrichissement) === */
.an-claim{margin-top:44px;padding:26px;background:#EEF3EE;border:1px solid #C9DBCB;border-radius:16px}
.an-claim h2{font-family:Fraunces,serif;font-size:19px;margin:0 0 12px;color:#3C5A40;display:flex;align-items:center;gap:9px}
.an-claim h2 svg{width:20px;height:20px}
.an-claim p{margin:0 0 12px;font-size:14px;line-height:1.6;color:#3C5A40}
.an-claim .tool-cta-line{margin:16px 0 0}
.an-declared{font-size:14px;line-height:1.7;color:#4A4A4A;margin:0 0 10px}
/* Carte : mosaïque de tuiles raster (pas de WebGL, pas de bibliothèque) */
.an-map{position:relative;margin:18px 0;min-height:120px;border:1px solid var(--gray-200,#E5E1D8);border-radius:14px;background:var(--gray-100,#F2EEE6);padding:22px;text-align:center}
.an-map.is-loaded{padding:0;height:300px;overflow:hidden}
.an-map-canvas{position:absolute;inset:0;overflow:hidden;background:#E8E4DC}
.an-map-canvas img{position:absolute;width:256px;height:256px;max-width:none}
.an-map-pin{position:absolute;left:50%;top:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border-radius:50%;background:var(--primary-color,#C96F4A);border:3px solid #fff;box-shadow:0 1px 5px rgba(0,0,0,.4)}
.an-map-attr{position:absolute;right:0;bottom:0;z-index:2;background:rgba(255,255,255,.82);color:#3A3A3A;font-size:10px;line-height:1;padding:4px 6px;border-radius:6px 0 0 0;text-decoration:none}
.an-map-attr:hover{text-decoration:underline}

/* ---- Encadré partenaire « apprendre la couture » (pages ville / département) ---- */
.sk-box{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:0;margin:46px 0;background:var(--surface,#fff);border:1px solid var(--callout-border,#E4C9B5);border-radius:20px;overflow:hidden;box-shadow:0 16px 44px rgba(43,38,32,.09)}
.sk-media{position:relative;min-height:100%}
.sk-media img{width:100%;height:100%;object-fit:cover;display:block}
.sk-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(43,38,32,.08),rgba(246,241,231,.35))}
.sk-body{padding:30px 32px}
.sk-kicker{display:inline-flex;align-items:center;gap:7px;font:700 11.5px var(--sans);text-transform:uppercase;letter-spacing:.09em;color:var(--primary,#C96F4A);background:var(--callout-bg,#F5E9DF);border-radius:99px;padding:5px 12px;margin:0 0 12px}
.sk-kicker svg{width:14px}
.sk-title{font:700 clamp(21px,2.5vw,28px)/1.15 var(--serif);letter-spacing:-.02em;margin:0 0 12px;color:var(--ink,#2B2620)}
.sk-story{font-size:15px;line-height:1.62;color:var(--text-secondary,#5A5248);margin:0 0 11px}
.sk-pts{list-style:none;padding:0;margin:16px 0 20px}
.sk-pts li{display:flex;gap:9px;align-items:flex-start;font-size:14.5px;line-height:1.5;color:var(--text,#2B2620);margin:7px 0}
.sk-pts li svg{width:16px;flex:0 0 16px;color:var(--secondary,#8A9B7C);margin-top:3px}
.sk-cta{display:inline-flex;align-items:center;gap:9px;background:var(--primary,#C96F4A);color:#fff;border-radius:999px;padding:14px 24px;font:700 15px var(--sans);transition:.2s;box-shadow:0 8px 22px rgba(201,111,74,.28)}
.sk-cta:hover{background:var(--primary-hover,#B45C39);transform:translateY(-2px)}
.sk-cta svg{width:17px}
.sk-disc{font-size:12px;line-height:1.5;color:var(--text-muted,#857C6F);margin:14px 0 0}
@media(max-width:820px){.sk-box{grid-template-columns:1fr}.sk-media{min-height:180px;max-height:220px}.sk-body{padding:24px 22px}}
