/* Senses Atlas — Nouvelle home (Journal + Featured Collections) */
.sa-home-wrap { max-width: 1150px; margin: 0 auto; padding: 0 25px; box-sizing: border-box; }
.sa-layout { display: flex; align-items: flex-start; font-family: 'Roboto', sans-serif; font-weight: 300; color: #1A1A18; }
.sa-main-col { width: 68%; flex-shrink: 0; padding: 0 17px 2.5rem 0; box-sizing: border-box; }
.sa-side-col { width: 32%; min-width: 0; padding: 0.6rem 0 2.5rem 17.67px; box-sizing: border-box; }
.sa-zone-label { font-family: 'Catamaran', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #A8A8A4; margin-bottom: 1rem; }

/* Journal */
.sa-entry { padding: 0 0 1.5rem; margin-bottom: 1.5rem; border-bottom: 0.5px solid rgba(0,0,0,0.10); }
.sa-entry:last-child { border-bottom: none; }
.sa-thumb-link, .sa-title-link { text-decoration: none; color: inherit; display: block; }
.sa-thumb { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: rgba(0,0,0,0.10); margin-bottom: 12px; position: relative; }
.sa-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(0%) contrast(100%); transition: filter .5s ease; }
.sa-thumb::after { content: ''; position: absolute; inset: 0; background: rgba(26,26,24,0.10); opacity: 0; transition: opacity .4s ease; pointer-events: none; }
.sa-entry:hover .sa-thumb::after { opacity: 1; }
.sa-entry:hover .sa-thumb img { filter: grayscale(45%) contrast(92%); }
.sa-entry-head { display: flex; align-items: baseline; gap: 9px; margin-bottom: 6px; flex-wrap: wrap; }
.sa-tag { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: #E31C23; }
.sa-date { font-size: 10.5px; color: #A8A8A4; }
.sa-dot { color: #A8A8A4; font-size: 10px; }
.sa-title { font-family: 'Catamaran', sans-serif; font-size: 19px; font-weight: 700; line-height: 1.2; margin-bottom: 12px; }
.sa-entry:hover .sa-title { color: #E31C23; text-decoration: underline; text-underline-offset: 3px; }
.sa-excerpt { font-size: 15.5px; line-height: 1.55; color: #6B6B67; }
.sa-readmore { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; color: #1A1A18; text-decoration: none; }
.sa-readmore svg { width: 11px; height: 9px; transition: transform .2s ease; }
.sa-entry:hover .sa-readmore { color: #E31C23; }
.sa-entry:hover .sa-readmore svg { transform: translateX(3px); }

/* Pagination */
.sa-pagination { display: flex; align-items: center; justify-content: space-between; padding-top: 0.5rem; }
.sa-pagination a { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.02em; word-spacing: -3px; color: #6B6B67; text-decoration: none; display: flex; align-items: center; }
.sa-pagination a:hover { color: #E31C23; }
.sa-pagination .sa-pages { display: flex; gap: 8px; font-size: 12px; color: #A8A8A4; font-weight: 700; }
.sa-pagination .sa-pages span { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.sa-pagination .sa-pages span.current { color: #1A1A18; font-family: 'Catamaran', sans-serif; font-weight: 800; }
.sa-pagination .sa-pages span.sa-ellipsis { color: #A8A8A4; font-weight: 400; }

/* Recherche déplacée en haut de la sidebar, au-dessus de Featured collections (Home v7) */
.sa-side-search { margin-bottom: 1.6rem; margin-top: 25.2px; }
.sa-side-search .sa-search-box { max-width: none; width: 100%; height: 38px; }

/* "Explore the Atlas" — aperçu dédié, distinct des Featured collections (complément 29/08) */
.sa-atlas-preview { margin-bottom: 34.667px; }
.sa-atlas-preview a { text-decoration: none; color: inherit; display: block; }
.sa-atlas-preview:hover .sa-collection-img img { filter: invert(1); }
.sa-atlas-preview:hover .sa-collection-name { color: #E31C23; }

/* Featured collections */
.sa-collection-entry { margin-bottom: 34.667px; }
.sa-collection-entry:last-child { margin-bottom: 0; }
.sa-collection-entry a { text-decoration: none; color: inherit; display: block; }
.sa-collection-img { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: rgba(0,0,0,0.10); margin-bottom: 8px; }
.sa-collection-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: filter .5s ease; }
.sa-collection-entry.fx-invert .sa-collection-img img { filter: invert(1); }
.sa-collection-entry.fx-invert:hover .sa-collection-img img { filter: invert(0); }
.sa-collection-entry.fx-gray .sa-collection-img img { filter: grayscale(0); }
.sa-collection-entry.fx-gray:hover .sa-collection-img img { filter: grayscale(1); }
.sa-collection-entry.fx-contrast .sa-collection-img img { filter: contrast(100%); }
.sa-collection-entry.fx-contrast:hover .sa-collection-img img { filter: contrast(70%); }
.sa-collection-name { font-family: 'Catamaran', sans-serif; font-size: 14px; font-weight: 800; margin-bottom: 3px; }
.sa-collection-entry:hover .sa-collection-name { color: #E31C23; }
.sa-collection-entry.miba:hover .sa-collection-name { color: #2E4D6B; }
.sa-collection-sub { font-size: 11px; color: #A8A8A4; font-style: italic; }

/* Widgets complémentaires */
.sa-side-divider { margin: 1.8rem 0 1.2rem; border-top: 0.5px solid rgba(0,0,0,0.10); padding-top: 1.2rem; }
.sa-widget-map { display: block; text-decoration: none; color: inherit; }
.sa-widget-map .sa-map-frame { width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg,#e7e4da,#d3cfc2); position: relative; margin-bottom: 10px; overflow: hidden; }
.sa-widget-map .sa-map-frame::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 40%, rgba(227,28,35,0.25), transparent 45%), radial-gradient(circle at 70% 65%, rgba(227,28,35,0.18), transparent 40%); }
.sa-widget-map .sa-map-title { font-family: 'Catamaran', sans-serif; font-size: 13px; font-weight: 800; margin-bottom: 3px; }
.sa-widget-map:hover .sa-map-title { color: #E31C23; }
.sa-widget-map .sa-map-sub { font-size: 11px; color: #A8A8A4; }
.sa-widget-about p { font-size: 12.5px; line-height: 1.6; color: #6B6B67; margin-bottom: 10px; }
.sa-widget-about a { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: #1A1A18; text-decoration: none; border-bottom: 1.5px solid #E31C23; padding-bottom: 2px; }

@media (max-width: 780px) {
  .sa-layout { flex-direction: column; }
  .sa-main-col, .sa-side-col { width: 100%; border-right: none; }
}

/* Label 'Journal — chronological' retiré (Home v7 complément) */
.sa-zone-journal { display: none; }
