/* ================================================================
   BÊMA — Feuille de styles publique
   ================================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --beige:   #F4F1EC;
  --pierre:  #D8C8B0;
  --brun:    #4A3B2F;
  --olive:   #5A6650;
  --mineral: #1E1E1E;
  --max-w:   1160px;
}

html { scroll-behavior: smooth; }

body {
  background: var(--beige);
  color: var(--brun);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

::selection { background: var(--pierre); color: var(--brun); }

/* ─── LAYOUT ─── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; }
@media (min-width: 1024px) { .container { padding: 0 3rem; } }

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4 { font-family: 'EB Garamond', Georgia, serif; font-weight: 400; line-height: 1.2; }

/* ─── HEADER ─── */
#site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(244,241,236,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(216,200,176,0.6);
}
.header-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
@media (min-width: 1024px) { .header-inner { padding: 0 3rem; } }

.logo-lockup { display: flex; align-items: center; gap: 12px; text-decoration: none; cursor: pointer; }
.logo-text   { display: flex; flex-direction: column; line-height: 1; }
.logo-name   { font-family: 'EB Garamond', serif; font-size: 1.3rem; color: var(--brun); letter-spacing: 0.2em; }

nav ul { list-style: none; display: flex; gap: 1.5rem; }
@media (max-width: 768px) { nav ul { gap: 0.9rem; } }
nav a {
  font-size: 0.8125rem; color: rgba(74,59,47,0.55);
  text-decoration: none; transition: color 0.15s; letter-spacing: 0.01em;
}
nav a:hover, nav a.active { color: var(--brun); }
nav a.active { border-bottom: 1px solid var(--brun); padding-bottom: 1px; }

/* ─── PAGES ─── */
.page { display: none; flex: 1; }
.page.active { display: block; }

/* ─── HERO ─── */
.hero { border-bottom: 1px solid rgba(216,200,176,0.6); }

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; min-height: auto; }
}

.hero-split-left {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-inner {
  padding: 7rem 2rem 6rem;
  max-width: 560px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) { .hero-inner { padding: 7rem 3rem 6rem; } }

/* ─── HERO SLIDER ─── */
.hero-split-right {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 1;
  align-self: center;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.hero-slide.active { opacity: 1; }

.slide-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.slide-placeholder svg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0.12;
}
.slide-1 { background: var(--brun); }
.slide-2 { background: #3a4a38; }
.slide-3 { background: var(--mineral); }

.slide-label {
  position: absolute; bottom: 2rem; left: 2rem;
  font-family: 'EB Garamond', serif; font-size: 1rem;
  color: rgba(244,241,236,0.55); letter-spacing: 0.08em;
  font-style: italic;
}

.hero-slide-img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hero-slider-nav {
  position: absolute; bottom: 1.25rem; right: 1.25rem;
  display: flex; gap: 6px; z-index: 10;
}
.hero-slider-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(244,241,236,0.3); border: none;
  cursor: pointer; padding: 0;
  transition: background 0.2s;
}
.hero-slider-dot.active { background: rgba(244,241,236,0.85); }

/* Watermark on left panel (desktop only) */
.hero-watermark {
  position: absolute; right: -40px; top: 50%;
  transform: translateY(-50%);
  opacity: 0.04; pointer-events: none;
}
@media (max-width: 900px) { .hero-watermark { display: none; } }

/* ─── EYEBROW / LEAD ─── */
.eyebrow {
  font-size: 0.6875rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--olive); margin-bottom: 1.5rem;
}
.hero h1 { font-size: clamp(2rem, 4vw, 3.5rem); color: var(--brun); margin-bottom: 1.5rem; }
.hero h1 em { color: rgba(74,59,47,0.4); font-style: normal; }
.hero-lead {
  font-size: 0.9375rem; color: rgba(74,59,47,0.65);
  line-height: 1.75; margin-bottom: 2.5rem; max-width: 480px;
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-block; font-size: 0.8125rem; letter-spacing: 0.04em;
  color: var(--brun); border: 1px solid var(--brun);
  padding: 0.75rem 1.75rem; text-decoration: none;
  transition: background 0.2s, color 0.2s; cursor: pointer;
  background: transparent; font-family: 'Inter', sans-serif;
}
.btn:hover { background: var(--brun); color: var(--beige); }
.btn-light { color: var(--beige); border-color: rgba(244,241,236,0.4); }
.btn-light:hover { background: var(--beige); color: var(--brun); }

/* ─── SECTIONS ─── */
.section    { padding: 5rem 0; }
.section-sm { padding: 3rem 0; }
.section-divider { border: none; border-top: 1px solid rgba(216,200,176,0.6); margin: 0; }

.section-label    { font-size: 0.6875rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--olive); margin-bottom: 0.75rem; }
.section-title    { font-size: clamp(1.75rem, 3vw, 2.5rem); color: var(--brun); margin-bottom: 1rem; }
.section-subtitle { font-size: 0.9375rem; color: rgba(74,59,47,0.6); max-width: 560px; line-height: 1.75; }

/* ─── PILLARS GRID ─── */
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; margin-top: 3rem; }
.pillar { border-top: 1px solid rgba(74,59,47,0.2); padding-top: 1.5rem; }
.pillar-num { font-size: 0.6875rem; color: rgba(74,59,47,0.3); letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.pillar h3  { font-family: 'EB Garamond', serif; font-size: 1.25rem; color: var(--brun); margin-bottom: 0.6rem; }
.pillar p   { font-size: 0.875rem; color: rgba(74,59,47,0.65); line-height: 1.7; }

/* ─── STRATA DIAGRAM ─── */
.strata-wrap { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; }
@media (max-width: 900px) { .strata-wrap { grid-template-columns: 1fr; } }

.strata-list   { border-top: 1px solid rgba(216,200,176,0.5); border-bottom: 1px solid rgba(216,200,176,0.5); position: relative; }
.strata-item   { border-bottom: 1px solid rgba(216,200,176,0.5); }
.strata-item:last-child { border-bottom: none; }
.strata-btn {
  width: 100%; display: flex; align-items: center; gap: 1rem;
  padding: 1rem 0; background: none; border: none; cursor: pointer;
  text-align: left; transition: opacity 0.15s;
}
.strata-btn:hover .strata-title { color: var(--mineral); }
.strata-num    { font-size: 0.6875rem; color: rgba(74,59,47,0.3); width: 24px; text-align: right; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.strata-title  { font-family: 'EB Garamond', serif; font-size: 1.1rem; color: var(--brun); flex: 1; }
.strata-short  { font-size: 0.8125rem; color: rgba(74,59,47,0.5); flex: 2; display: none; }
@media (min-width: 600px) { .strata-short { display: block; } }
.strata-toggle { color: rgba(74,59,47,0.4); font-size: 1.1rem; transition: transform 0.2s; flex-shrink: 0; }
.strata-toggle.open { transform: rotate(45deg); }
.strata-detail { display: none; padding: 0 0 1rem 2.5rem; font-size: 0.875rem; color: rgba(74,59,47,0.7); line-height: 1.75; max-width: 560px; }
.strata-detail.open { display: block; }

/* ─── CARDS GRID ─── */
.cards-grid    { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.cards-grid-2  { grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); }

.card {
  border: 1px solid var(--pierre); padding: 1.5rem;
  transition: border-color 0.2s, box-shadow 0.2s; cursor: pointer;
  background: var(--beige); text-decoration: none; display: block;
}
.card:hover { border-color: rgba(74,59,47,0.3); box-shadow: 0 2px 12px rgba(74,59,47,0.06); }
.card-meta     { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 0.75rem; flex-wrap: wrap; }
.card-badges   { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.card-date     { font-size: 0.75rem; color: rgba(74,59,47,0.4); white-space: nowrap; }
.card h3       { font-family: 'EB Garamond', serif; font-size: 1.2rem; color: var(--brun); margin-bottom: 0.4rem; line-height: 1.3; }
.card-subtitle { font-size: 0.8125rem; color: rgba(74,59,47,0.5); font-style: italic; margin-bottom: 0.75rem; }
.card-summary  { font-size: 0.8125rem; color: rgba(74,59,47,0.7); line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-tags     { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
.card-arrow    { display: inline-block; margin-top: 1rem; font-size: 0.75rem; color: var(--olive); letter-spacing: 0.05em; transition: transform 0.15s; }
.card:hover .card-arrow { transform: translateX(4px); }

/* Card with image */
.card-img { width: 100%; height: 180px; object-fit: cover; display: block; margin: -1.5rem -1.5rem 1.25rem; width: calc(100% + 3rem); }

/* ─── BADGES / TAGS ─── */
.tag {
  display: inline-block; font-size: 0.6875rem; padding: 0.2rem 0.6rem;
  border: 1px solid var(--pierre); color: rgba(74,59,47,0.6);
  background: rgba(216,200,176,0.25); border-radius: 2px; letter-spacing: 0.03em;
}
.tag-category     { border-color: rgba(90,102,80,0.4); color: var(--olive); background: rgba(90,102,80,0.06); letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.625rem; }
.tag-status-pub   { border-color: rgba(74,59,47,0.3); color: var(--brun); background: rgba(74,59,47,0.04); text-transform: uppercase; font-size: 0.625rem; letter-spacing: 0.1em; }

/* ─── PAGE HEADER ─── */
.page-header { border-bottom: 1px solid rgba(216,200,176,0.6); padding: 5rem 0 4rem; position: relative; overflow: hidden; }
.page-header .eyebrow { margin-bottom: 1rem; }
.page-header h1  { font-size: clamp(2rem, 4vw, 3rem); max-width: 700px; }
.page-header .lead { font-size: 0.9375rem; color: rgba(74,59,47,0.6); max-width: 520px; line-height: 1.75; margin-top: 1rem; }
.back-link       { font-size: 0.75rem; color: rgba(74,59,47,0.5); cursor: pointer; margin-bottom: 2rem; display: inline-block; }
.back-link:hover { color: var(--brun); }

/* ─── SEARCH / FILTERS ─── */
.filters-bar { margin-bottom: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
.search-input {
  background: transparent; border: 1px solid var(--pierre);
  padding: 0.7rem 1rem; font-size: 0.875rem; color: var(--brun);
  font-family: 'Inter', sans-serif; width: 100%; max-width: 380px;
  outline: none; transition: border-color 0.15s;
}
.search-input::placeholder { color: rgba(74,59,47,0.35); }
.search-input:focus { border-color: rgba(74,59,47,0.5); }
.filter-row    { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
.filter-label  { font-size: 0.6875rem; color: rgba(74,59,47,0.4); letter-spacing: 0.1em; margin-right: 0.25rem; }
.filter-btn {
  font-size: 0.6875rem; padding: 0.25rem 0.75rem; border: 1px solid var(--pierre);
  color: rgba(74,59,47,0.6); background: transparent; cursor: pointer;
  font-family: 'Inter', sans-serif; transition: all 0.15s; border-radius: 2px;
}
.filter-btn:hover  { border-color: rgba(74,59,47,0.4); }
.filter-btn.active { background: var(--brun); color: var(--beige); border-color: var(--brun); }

/* ─── DETAIL PAGE ─── */
.detail-layout   { display: grid; grid-template-columns: 2fr 1fr; gap: 4rem; }
@media (max-width: 900px) { .detail-layout { grid-template-columns: 1fr; } }
.detail-meta     { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.detail-date     { font-size: 0.875rem; color: rgba(74,59,47,0.5); }
.detail-subtitle { font-size: 0.9375rem; color: rgba(74,59,47,0.5); font-style: italic; margin-top: 0.5rem; }
.detail-abstract {
  font-size: 0.9375rem; color: rgba(74,59,47,0.7); line-height: 1.8;
  font-style: italic; border-left: 2px solid var(--pierre); padding-left: 1.25rem;
  margin-bottom: 2.5rem;
}
.detail-image { width: 100%; max-height: 420px; object-fit: cover; margin-bottom: 2.5rem; display: block; }

.prose h2 { font-family: 'EB Garamond', serif; font-size: 1.5rem; color: var(--brun); margin: 2.5rem 0 0.75rem; }
.prose h3 { font-family: 'EB Garamond', serif; font-size: 1.2rem; color: var(--brun); margin: 1.75rem 0 0.5rem; }
.prose p  { font-size: 0.9375rem; color: rgba(74,59,47,0.82); line-height: 1.8; margin-bottom: 1rem; }

.sidebar-box   { border: 1px solid var(--pierre); padding: 1.5rem; }
.sidebar-label { font-size: 0.625rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--olive); margin-bottom: 1.25rem; }
.sidebar-list  { list-style: none; }
.sidebar-list li { display: flex; gap: 0.6rem; font-size: 0.875rem; color: rgba(74,59,47,0.75); line-height: 1.6; margin-bottom: 0.6rem; }
.sidebar-list li::before { content: '◉'; font-size: 0.5rem; color: rgba(74,59,47,0.3); flex-shrink: 0; margin-top: 4px; }

/* ─── MÉTHODOLOGIE ─── */
.steps-list { margin-top: 3rem; border-top: 1px solid rgba(216,200,176,0.5); border-bottom: 1px solid rgba(216,200,176,0.5); }
.step { display: grid; grid-template-columns: 24px 1fr 2fr; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid rgba(216,200,176,0.5); align-items: start; }
.step:last-child { border-bottom: none; }
@media (max-width: 700px) { .step { grid-template-columns: 24px 1fr; } .step-desc { grid-column: 2; } }
.step-num   { font-size: 0.6875rem; color: rgba(74,59,47,0.3); font-variant-numeric: tabular-nums; padding-top: 2px; }
.step-title { font-family: 'EB Garamond', serif; font-size: 1.2rem; color: var(--brun); }
.step-desc  { font-size: 0.875rem; color: rgba(74,59,47,0.65); line-height: 1.75; }

.livrables-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.livrable   { border-top: 1px solid rgba(74,59,47,0.2); padding-top: 1.25rem; }
.livrable-icon { font-size: 1.1rem; color: var(--olive); margin-bottom: 0.5rem; }
.livrable h4 { font-family: 'EB Garamond', serif; font-size: 1rem; color: var(--brun); margin-bottom: 0.35rem; }
.livrable p  { font-size: 0.8125rem; color: rgba(74,59,47,0.6); line-height: 1.6; }

/* ─── À PROPOS ─── */
.two-col      { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; } }
.values-grid  { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 2rem; margin-top: 3rem; }
.value        { border-top: 1px solid rgba(74,59,47,0.2); padding-top: 1.25rem; }
.value h3     { font-family: 'EB Garamond', serif; font-size: 1.1rem; color: var(--brun); margin-bottom: 0.4rem; }
.value p      { font-size: 0.8125rem; color: rgba(74,59,47,0.65); line-height: 1.7; }
.partners-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.partner-card  { border: 1px solid var(--pierre); padding: 1.5rem; }
.partner-type  { font-size: 0.625rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--olive); margin-bottom: 1rem; }
.partner-list  { list-style: none; }
.partner-list li { display: flex; gap: 0.6rem; font-size: 0.875rem; color: rgba(74,59,47,0.75); margin-bottom: 0.4rem; }
.partner-list li::before { content: '—'; color: rgba(74,59,47,0.3); }

/* ─── CONTACT ─── */
.contact-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 4rem; }
@media (max-width: 800px) { .contact-layout { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 1.5rem; }
.form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
label       { display: block; font-size: 0.6875rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(74,59,47,0.5); margin-bottom: 0.4rem; }
input, select, textarea {
  width: 100%; background: transparent; border: 1px solid var(--pierre);
  padding: 0.75rem 1rem; font-size: 0.875rem; color: var(--brun);
  font-family: 'Inter', sans-serif; outline: none;
  transition: border-color 0.15s; appearance: none;
}
input:focus, select:focus, textarea:focus { border-color: rgba(74,59,47,0.55); }
input::placeholder, textarea::placeholder { color: rgba(74,59,47,0.35); }
textarea { resize: vertical; min-height: 140px; }
.form-error { font-size: 0.75rem; color: #c0392b; margin-top: 0.3rem; display: none; }
.form-error.show { display: block; }
.form-success { border: 1px solid var(--pierre); padding: 2.5rem; text-align: center; }
.form-success h3 { font-family: 'EB Garamond', serif; font-size: 1.75rem; color: var(--brun); margin-bottom: 0.5rem; }
.form-success p  { font-size: 0.875rem; color: rgba(74,59,47,0.65); }
.contact-info-label { font-size: 0.625rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--olive); margin-bottom: 0.75rem; }
.contact-info-block { margin-bottom: 2.5rem; }
.contact-info-block a { font-size: 0.875rem; color: var(--brun); text-decoration: none; }
.contact-info-block a:hover { color: var(--olive); }

/* ─── CTA BAND ─── */
.cta-band { background: var(--brun); padding: 5rem 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { font-family: 'EB Garamond', serif; font-size: 2rem; color: var(--beige); }
.cta-band p  { font-size: 0.875rem; color: rgba(244,241,236,0.6); max-width: 380px; line-height: 1.75; margin-top: 0.5rem; }

/* ─── FOOTER ─── */
footer { background: var(--brun); color: var(--beige); margin-top: auto; }
.footer-inner { max-width: var(--max-w); margin: 0 auto; padding: 4rem 2rem; }
@media (min-width: 1024px) { .footer-inner { padding: 4rem 3rem; } }
.footer-grid  { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } }
.footer-logo .logo-name { color: var(--beige); }
.footer-desc  { font-size: 0.8125rem; color: rgba(244,241,236,0.55); line-height: 1.75; max-width: 280px; margin-top: 1rem; }
.footer-col-label { font-size: 0.625rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(244,241,236,0.35); margin-bottom: 1rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { font-size: 0.875rem; color: rgba(244,241,236,0.65); text-decoration: none; transition: color 0.15s; cursor: pointer; }
.footer-links a:hover { color: var(--beige); }
.footer-bottom { border-top: 1px solid rgba(244,241,236,0.1); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy   { font-size: 0.75rem; color: rgba(244,241,236,0.35); }
.footer-legal  { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.75rem; color: rgba(244,241,236,0.35); text-decoration: none; cursor: pointer; }
.footer-legal a:hover { color: rgba(244,241,236,0.65); }

/* ─── HOME SCHEMA ─── */
.bema-schema { margin-top: 2rem; }
.schema-row  { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
@media (max-width: 900px) {
  .schema-row { flex-direction: column; align-items: flex-start; }
  .schema-arrow { transform: rotate(90deg); margin-left: 1rem; }
}
.schema-bloc       { flex: 1; min-width: 180px; }
.schema-bloc-label { font-size: 0.6875rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--olive); margin-bottom: 1rem; }
.schema-arrow      { flex-shrink: 0; display: flex; align-items: center; }

.schema-circles { display: flex; flex-direction: column; gap: 0.6rem; }
.schema-circle  {
  width: 100%; border: 1px solid rgba(74,59,47,0.2);
  border-radius: 50px; padding: 0.65rem 1rem;
  display: flex; align-items: center;
  background: rgba(216,200,176,0.12);
  transition: background 0.2s, border-color 0.2s;
}
.schema-circle:hover { background: rgba(216,200,176,0.28); border-color: rgba(74,59,47,0.35); }
.sc-inner  { display: flex; align-items: center; gap: 0.75rem; width: 100%; }
.sc-num    { font-size: 0.625rem; color: rgba(74,59,47,0.3); letter-spacing: 0.1em; flex-shrink: 0; min-width: 18px; }
.sc-title  { font-family: 'EB Garamond', serif; font-size: 0.95rem; color: var(--brun); line-height: 1.2; }

.schema-steps { display: flex; flex-direction: column; }
.schema-step-item { display: flex; align-items: center; gap: 0.75rem; padding: 0.6rem 0; border-bottom: 1px solid rgba(216,200,176,0.45); }
.schema-step-item:last-child { border-bottom: none; }
.ss-num  { font-size: 0.625rem; color: rgba(74,59,47,0.3); letter-spacing: 0.1em; flex-shrink: 0; min-width: 18px; }
.ss-text { font-family: 'EB Garamond', serif; font-size: 0.95rem; color: var(--brun); }

.schema-strates { display: flex; flex-direction: column; }
.schema-strate-layer {
  padding: 0.45rem 0.85rem;
  border-left: 2px solid rgba(74,59,47,0.15);
  color: var(--brun); font-family: 'Inter', sans-serif;
  letter-spacing: 0.01em; line-height: 1.4;
  transition: border-color 0.2s, background 0.2s;
}
.schema-strate-layer:hover { border-left-color: var(--olive); background: rgba(216,200,176,0.18); }
.schema-strate-layer:first-child { border-left-width: 3px; border-left-color: rgba(74,59,47,0.35); }

/* ─── EMPTY STATE ─── */
.empty-state {
  grid-column: 1 / -1; padding: 4rem 0; text-align: center;
  font-size: 0.875rem; color: rgba(74,59,47,0.45);
}
.empty-state p + p { margin-top: 0.5rem; font-size: 0.8125rem; color: rgba(74,59,47,0.3); }

/* ─── LOADING ─── */
.loading-pulse {
  grid-column: 1 / -1; display: flex; gap: 1.5rem;
}
.loading-card {
  flex: 1; min-width: 280px; height: 220px;
  border: 1px solid var(--pierre);
  background: linear-gradient(90deg, rgba(216,200,176,0.12) 25%, rgba(216,200,176,0.22) 50%, rgba(216,200,176,0.12) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.6s infinite;
}
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ─── ANIMATIONS ─── */
@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.page.active .hero-inner,
.page.active .page-header > .container > * { animation: fadeIn 0.4s ease both; }

/* ─── UTILS ─── */
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mb-4  { margin-bottom: 1rem; }
.text-small  { font-size: 0.8125rem; color: rgba(74,59,47,0.55); }
.text-center { text-align: center; }
.no-results  { font-size: 0.875rem; color: rgba(74,59,47,0.5); padding: 3rem 0; text-align: center; }
.results-count { font-size: 0.75rem; color: rgba(74,59,47,0.4); margin-top: 2rem; }

.logo-mark svg { display: block; }
