/* ═══════════════════════════════════════════════════
   Hassiki Ceram — Styles partagés (pages secondaires)
   Sur Mesure · Espace Pro · FAQ · Réalisations
   hassikiceram.com
═══════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════
   HERO COMMUN (sombre, utilisé sur toutes les pages)
═══════════════════════════════════════════════════════════════ */
.page-hero {
  background: var(--ink);
  color: var(--paper);
  padding: 110px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../abla-vert-tile.jpg');
  background-size: 180px;
  opacity: 0.04;
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ochre);
  font-weight: 500;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-hero .eyebrow .line { width: 32px; height: 1px; background: var(--ochre); opacity: 0.6; }
.page-hero h1 {
  font-family: var(--ff-display);
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  max-width: 680px;
}
.page-hero h1 em { font-style: italic; color: var(--ochre-light); }
.page-hero .hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(245,240,229,0.68);
  max-width: 520px;
  margin-bottom: 40px;
}
.page-hero .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* Breadcrumb */
.page-breadcrumb {
  font-size: 12px;
  color: rgba(245,240,229,0.4);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-breadcrumb a { color: rgba(245,240,229,0.4); text-decoration: none; transition: color .2s; }
.page-breadcrumb a:hover { color: var(--ochre-light); }
.page-breadcrumb span { opacity: 0.35; }

/* ═══════════════════════════════════════════════════════════════
   CTA BAND (bande d'appel à l'action finale)
═══════════════════════════════════════════════════════════════ */
.cta-band {
  background: var(--green);
  color: var(--paper);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../abla-vert-tile.jpg');
  background-size: 160px;
  opacity: 0.05;
  pointer-events: none;
}
.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 {
  font-family: var(--ff-display);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.cta-band h2 em { font-style: italic; color: var(--ochre-light); }
.cta-band p {
  font-size: 16px;
  color: rgba(245,240,229,0.72);
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.65;
}
.cta-band .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  background: var(--ochre);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  font-family: var(--ff-body);
  letter-spacing: 0.02em;
  transition: background .2s;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
.btn-gold:hover { background: var(--ochre-light); }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border: 1px solid rgba(245,240,229,0.35);
  color: rgba(245,240,229,0.9);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  font-family: var(--ff-body);
  transition: border-color .2s, color .2s;
}
.btn-ghost:hover { border-color: rgba(245,240,229,0.7); color: var(--paper); }

/* ═══════════════════════════════════════════════════════════════
   ██████  SUR MESURE PAGE
═══════════════════════════════════════════════════════════════ */

/* ── Intro 2 colonnes ───────────────────────────────────────── */
.sm-intro {
  padding: 100px 0;
  background: var(--paper);
}
.sm-intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.sm-intro-text h2 {
  font-family: var(--ff-display);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.sm-intro-text h2 em { font-style: italic; color: var(--green); }
.sm-intro-text p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-muted);
  margin-bottom: 16px;
}
.sm-intro-text .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--green);
  text-decoration: none;
  margin-top: 8px;
  letter-spacing: 0.02em;
  transition: gap .2s;
}
.sm-intro-text .link-arrow:hover { gap: 12px; color: var(--ochre); }
.sm-intro-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sm-intro-visual .sm-tile {
  aspect-ratio: 1;
  background: var(--paper-3);
  overflow: hidden;
}
.sm-intro-visual .sm-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.sm-intro-visual:hover .sm-tile img { transform: scale(1.04); }
.sm-intro-visual .sm-tile:nth-child(3) { grid-column: 1 / -1; aspect-ratio: 2.1/1; }

/* ── Capabilities (puces) ───────────────────────────────────── */
.sm-caps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.sm-cap-chip {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 500;
  background: var(--paper-2);
}

/* ── Processus détaillé ─────────────────────────────────────── */
.sm-process {
  padding: 100px 0;
  background: var(--paper-2);
}
.sm-process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 64px;
}
.sm-process-step {
  background: var(--paper);
  padding: 48px 44px;
  position: relative;
  transition: background .3s;
}
.sm-process-step:hover { background: var(--green); color: var(--paper); }
.sm-process-step:hover h3,
.sm-process-step:hover p,
.sm-process-step:hover .sm-ps-num { color: inherit; }
.sm-ps-num {
  font-family: var(--ff-display);
  font-size: 60px;
  font-weight: 300;
  font-style: italic;
  color: var(--line);
  line-height: 1;
  margin-bottom: 24px;
  transition: color .3s;
}
.sm-process-step:hover .sm-ps-num { color: rgba(245,240,229,0.15); }
.sm-ps-icon {
  width: 52px; height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--green);
  transition: border-color .3s, color .3s, background .3s;
}
.sm-process-step:hover .sm-ps-icon {
  border-color: rgba(245,240,229,0.3);
  color: var(--paper);
  background: rgba(245,240,229,0.1);
}
.sm-process-step h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  transition: color .3s;
}
.sm-process-step p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-muted);
  transition: color .3s;
}
.sm-process-step:hover p { color: rgba(245,240,229,0.75); }
.sm-ps-detail {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  transition: border-color .3s, color .3s;
}
.sm-process-step:hover .sm-ps-detail { border-color: rgba(245,240,229,0.15); color: rgba(245,240,229,0.55); }

/* ── Exemples gallery ───────────────────────────────────────── */
.sm-examples {
  padding: 100px 0;
  background: var(--paper);
}
.sm-examples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.sm-ex-card {
  position: relative;
  overflow: hidden;
  background: var(--paper-3);
}
.sm-ex-card img {
  width: 100%; height: 320px;
  object-fit: cover;
  transition: transform .7s var(--ease);
  display: block;
}
.sm-ex-card:hover img { transform: scale(1.06); }
.sm-ex-card-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(26,24,21,0.85) 0%, transparent 100%);
  padding: 32px 20px 16px;
  color: var(--paper);
}
.sm-ex-card-label strong { display: block; font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.sm-ex-card-label span { font-size: 12px; color: rgba(245,240,229,0.65); letter-spacing: 0.08em; text-transform: uppercase; }

/* ── Form rapide sur mesure ─────────────────────────────────── */
.sm-contact {
  padding: 100px 0;
  background: var(--paper-2);
}
.sm-contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.sm-contact-info h2 {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.sm-contact-info h2 em { font-style: italic; color: var(--green); }
.sm-contact-info p { font-size: 15px; color: var(--ink-muted); line-height: 1.7; margin-bottom: 28px; }
.sm-contact-list { list-style: none; }
.sm-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 14px;
  color: var(--ink-muted);
}
.sm-contact-list li:first-child { border-top: 1px solid var(--line-soft); }
.sm-contact-list li .sm-cl-icon {
  width: 32px; height: 32px;
  background: var(--paper-3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  flex-shrink: 0;
  margin-top: 1px;
}
.sm-contact-list li strong { display: block; color: var(--ink); font-size: 13px; margin-bottom: 2px; }

/* Form */
.sm-form { background: var(--paper); padding: 40px; }
.sm-form h3 {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 28px;
  color: var(--ink);
}
.sm-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.sm-form .form-group { margin-bottom: 20px; }
.sm-form label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 8px;
}
.sm-form input,
.sm-form select,
.sm-form textarea {
  width: 100%;
  padding: 13px 0;
  border: none;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-family: var(--ff-body);
  color: var(--ink);
  background: transparent;
  outline: none;
  transition: border-color .25s;
  -webkit-appearance: none;
}
.sm-form input:focus,
.sm-form select:focus,
.sm-form textarea:focus { border-bottom-color: var(--green); }
.sm-form textarea { height: 100px; resize: vertical; }
.sm-form select { cursor: pointer; }
.sm-form .btn-submit {
  width: 100%;
  padding: 16px;
  background: var(--green);
  color: var(--paper);
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--ff-body);
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background .2s;
  margin-top: 8px;
}
.sm-form .btn-submit:hover { background: var(--green-soft); }

/* Sur mesure — Responsive */
@media (max-width: 1024px) {
  .sm-examples-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .sm-intro-inner { grid-template-columns: 1fr; gap: 48px; }
  .sm-process-grid { grid-template-columns: 1fr; gap: 2px; }
  .sm-contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .sm-form { padding: 28px 20px; }
  .sm-form .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .sm-intro, .sm-process, .sm-examples, .sm-contact { padding: 64px 0; }
  .sm-examples-grid { grid-template-columns: 1fr; }
  .sm-ex-card img { height: 240px; }
}


/* ═══════════════════════════════════════════════════════════════
   ██████  ESPACE PRO PAGE
═══════════════════════════════════════════════════════════════ */

/* ── Clients types ──────────────────────────────────────────── */
.pro-clients {
  padding: 80px 0 60px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.pro-clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.pro-client-card {
  padding: 32px 24px;
  border: 1px solid var(--line);
  text-align: center;
  transition: border-color .25s, background .25s;
}
.pro-client-card:hover { border-color: var(--green); background: var(--paper-2); }
.pro-client-icon {
  width: 52px; height: 52px;
  background: var(--paper-3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: var(--green);
}
.pro-client-card h4 {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 8px;
}
.pro-client-card p { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* ── Avantages ──────────────────────────────────────────────── */
.pro-benefits {
  padding: 100px 0;
  background: var(--paper-2);
}
.pro-benefits-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.pro-benefits-text h2 {
  font-family: var(--ff-display);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.pro-benefits-text h2 em { font-style: italic; color: var(--green); }
.pro-benefits-text p { font-size: 16px; color: var(--ink-muted); line-height: 1.75; margin-bottom: 28px; }
.pro-benefits-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pro-benefit {
  padding: 24px;
  background: var(--paper);
  border-left: 3px solid var(--ochre);
}
.pro-benefit-val {
  font-family: var(--ff-display);
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  color: var(--green);
  line-height: 1;
  margin-bottom: 8px;
}
.pro-benefit-label { font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.08em; }
.pro-benefit-desc { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── Références projets ─────────────────────────────────────── */
.pro-refs {
  padding: 100px 0;
  background: var(--paper);
}
.pro-refs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.pro-ref-card {
  position: relative;
  overflow: hidden;
  background: var(--paper-3);
}
.pro-ref-card img {
  width: 100%; height: 280px;
  object-fit: cover;
  transition: transform .6s var(--ease);
  display: block;
}
.pro-ref-card:hover img { transform: scale(1.05); }
.pro-ref-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,24,21,0.9) 0%, rgba(26,24,21,0.2) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
.pro-ref-type {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ochre-light);
  font-weight: 600;
  margin-bottom: 6px;
}
.pro-ref-overlay h4 { font-size: 17px; font-weight: 400; color: var(--paper); margin-bottom: 4px; }
.pro-ref-meta { font-size: 12px; color: rgba(245,240,229,0.6); }

/* ── Catalogue PDF ──────────────────────────────────────────── */
.pro-catalog {
  padding: 80px 0;
  background: var(--ink);
  color: var(--paper);
}
.pro-catalog-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.pro-catalog h3 {
  font-family: var(--ff-display);
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px;
}
.pro-catalog p { font-size: 15px; color: rgba(245,240,229,0.65); max-width: 440px; line-height: 1.65; }

/* ── Formulaire Pro ─────────────────────────────────────────── */
.pro-contact {
  padding: 100px 0;
  background: var(--paper-2);
}
.pro-contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.pro-contact-info h2 {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.pro-contact-info h2 em { font-style: italic; color: var(--green); }
.pro-contact-info p { font-size: 15px; color: var(--ink-muted); line-height: 1.7; margin-bottom: 20px; }
.pro-stat-row {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.pro-stat { text-align: center; }
.pro-stat .num {
  font-family: var(--ff-display);
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  color: var(--green);
  line-height: 1;
  display: block;
}
.pro-stat .lab {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
  display: block;
  font-weight: 500;
}
.pro-form { background: var(--paper); padding: 44px; }
.pro-form h3 {
  font-family: var(--ff-display);
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 32px;
  color: var(--ink);
}
.pro-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.pro-form .form-group { margin-bottom: 20px; }
.pro-form label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 8px;
}
.pro-form input,
.pro-form select,
.pro-form textarea {
  width: 100%;
  padding: 13px 0;
  border: none;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-family: var(--ff-body);
  color: var(--ink);
  background: transparent;
  outline: none;
  transition: border-color .25s;
  -webkit-appearance: none;
}
.pro-form input:focus,
.pro-form select:focus,
.pro-form textarea:focus { border-bottom-color: var(--green); }
.pro-form textarea { height: 110px; resize: vertical; }
.pro-form .btn-submit {
  width: 100%;
  padding: 16px;
  background: var(--green);
  color: var(--paper);
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--ff-body);
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background .2s;
  margin-top: 8px;
}
.pro-form .btn-submit:hover { background: var(--green-soft); }
.pro-form .form-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.5;
  text-align: center;
}

/* Espace Pro — Responsive */
@media (max-width: 1024px) {
  .pro-clients-grid { grid-template-columns: 1fr 1fr; }
  .pro-refs-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .pro-benefits-inner { grid-template-columns: 1fr; gap: 48px; }
  .pro-contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .pro-form { padding: 28px 20px; }
  .pro-form .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .pro-clients, .pro-benefits, .pro-refs, .pro-contact { padding: 64px 0; }
  .pro-refs-grid { grid-template-columns: 1fr; }
  .pro-benefits-list { grid-template-columns: 1fr; }
  .pro-stat-row { gap: 20px; }
}


/* ═══════════════════════════════════════════════════════════════
   ██████  FAQ PAGE
═══════════════════════════════════════════════════════════════ */

.faq-layout {
  padding: 80px 0 120px;
  background: var(--paper);
}
.faq-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  align-items: start;
}

/* ── Sidebar nav FAQ ────────────────────────────────────────── */
.faq-nav {
  position: sticky;
  top: 100px;
}
.faq-nav-title {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 14px;
}
.faq-nav a {
  display: block;
  font-size: 13px;
  color: var(--ink-muted);
  text-decoration: none;
  padding: 9px 0 9px 14px;
  border-left: 1px solid var(--line);
  line-height: 1.4;
  transition: color .2s, border-color .2s, padding-left .2s;
}
.faq-nav a:hover,
.faq-nav a.faq-active { color: var(--green); border-left-color: var(--green); padding-left: 18px; }

/* ── Catégories ─────────────────────────────────────────────── */
.faq-category {
  margin-bottom: 60px;
  scroll-margin-top: 100px;
}
.faq-category:last-child { margin-bottom: 0; }
.faq-cat-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.faq-cat-icon {
  width: 40px; height: 40px;
  background: var(--paper-3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  flex-shrink: 0;
}
.faq-cat-header h2 {
  font-family: var(--ff-display);
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
}

/* ── Accordion items ────────────────────────────────────────── */
.faq-item {
  border-bottom: 1px solid var(--line-soft);
}
.faq-item:first-of-type { border-top: 1px solid var(--line-soft); }

.faq-item-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  transition: color .2s;
}
.faq-item-q:hover { color: var(--green); }
.faq-item-q .faq-chevron {
  flex-shrink: 0;
  color: var(--muted);
  transition: transform .3s var(--ease), color .2s;
}
.faq-item.open .faq-item-q { color: var(--green); }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--green); }

.faq-item-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s var(--ease);
}
.faq-item.open .faq-item-a { grid-template-rows: 1fr; }
.faq-item-a-inner {
  overflow: hidden;
  padding-bottom: 0;
  transition: padding-bottom .35s var(--ease);
}
.faq-item.open .faq-item-a-inner { padding-bottom: 20px; }
.faq-item-a p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-muted);
  max-width: 640px;
}
.faq-item-a p + p { margin-top: 10px; }
.faq-item-a a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.faq-item-a ul { padding-left: 18px; margin-top: 8px; }
.faq-item-a li { font-size: 14px; color: var(--ink-muted); line-height: 1.65; margin-bottom: 4px; }

/* ── FAQ contact banner ─────────────────────────────────────── */
.faq-contact-banner {
  background: var(--paper-2);
  border: 1px solid var(--line);
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 60px;
}
.faq-contact-banner h3 {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 8px;
}
.faq-contact-banner p { font-size: 14px; color: var(--muted); }
.faq-contact-banner .faq-contact-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* FAQ — Responsive */
@media (max-width: 900px) {
  .faq-inner { grid-template-columns: 1fr; }
  .faq-nav { position: static; display: none; }
  .faq-layout { padding: 48px 0 80px; }
}
@media (max-width: 600px) {
  .faq-contact-banner { padding: 24px 20px; flex-direction: column; align-items: flex-start; }
}


/* ═══════════════════════════════════════════════════════════════
   ██████  RÉALISATIONS PAGE
═══════════════════════════════════════════════════════════════ */

.real-section {
  padding: 80px 0 120px;
  background: var(--paper);
}

/* ── Filtres ────────────────────────────────────────────────── */
.real-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 52px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.real-filter-btn {
  padding: 9px 20px;
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  background: var(--paper-2);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: color .2s, background .2s, border-color .2s;
  letter-spacing: 0.04em;
}
.real-filter-btn:hover { color: var(--ink); background: var(--paper-3); }
.real-filter-btn.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ── Grille de projets ──────────────────────────────────────── */
.real-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.real-card {
  position: relative;
  overflow: hidden;
  background: var(--paper-3);
  cursor: pointer;
}
.real-card-img {
  position: relative;
  overflow: hidden;
}
.real-card-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform .7s var(--ease);
}
.real-card:hover .real-card-img img { transform: scale(1.07); }

/* Aspect ratio overrides pour variété visuelle */
.real-card.tall .real-card-img img { height: 400px; }
.real-card.wide { grid-column: span 2; }
.real-card.wide .real-card-img img { height: 280px; }

.real-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 50%, rgba(26,24,21,0.8) 100%);
  opacity: 0;
  transition: opacity .4s var(--ease);
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.real-card:hover .real-card-overlay { opacity: 1; }
.real-card-overlay-text { color: var(--paper); }
.real-card-overlay-text .rc-type {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ochre-light);
  font-weight: 600;
  margin-bottom: 4px;
}
.real-card-overlay-text h4 { font-size: 16px; font-weight: 400; margin-bottom: 2px; }
.real-card-overlay-text .rc-meta { font-size: 12px; color: rgba(245,240,229,0.65); }

/* ── Label toujours visible (visible sans hover) ──────────────── */
.real-card-info {
  padding: 14px 16px;
  background: var(--paper);
  border-top: 1px solid var(--line-soft);
}
.real-card-info .rc-type {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ochre);
  font-weight: 600;
  margin-bottom: 3px;
}
.real-card-info h4 { font-size: 14px; font-weight: 500; color: var(--ink); }
.real-card-info .rc-product { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* Masque les items filtrés */
.real-card[aria-hidden="true"] {
  display: none;
}

/* ── Compteur de projets ────────────────────────────────────── */
.real-count {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
}
.real-count strong { color: var(--ink); }

/* ── Réalisations — Responsive ───────────────────────────────── */
@media (max-width: 1024px) {
  .real-grid { grid-template-columns: 1fr 1fr; }
  .real-card.wide { grid-column: span 1; }
}
@media (max-width: 768px) {
  .real-section { padding: 48px 0 80px; }
  .real-grid { grid-template-columns: 1fr; }
  .real-card.tall .real-card-img img,
  .real-card.wide .real-card-img img { height: 240px; }
  .real-card-img img { height: 240px; }
  .real-filters { gap: 6px; }
  .real-filter-btn { padding: 8px 14px; font-size: 12px; }
}
