/* ================================================================
   MAITRE ARFAOUI — Premium Law Firm Design
   Palette: Deep charcoal + warm gold + refined ivory
   Typography: Cormorant Garamond (display) + Inter (body)
   ================================================================ */

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

:root {
  /* Palette */
  --ink: #0c0f14;
  --ink-soft: #1a1e28;
  --ink-muted: #2a2f3d;
  --slate: #4a4f5e;
  --ash: #8b8f9e;
  --mist: #c8cad2;
  --ivory: #f0ede8;
  --cream: #faf8f5;
  --white: #ffffff;
  --gold: #c9a84c;
  --gold-dim: #a68a3a;
  --gold-glow: rgba(201, 168, 76, .12);

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Spacing */
  --section-pad: clamp(4rem, 8vw, 7rem);
  --inner-max: 1120px;
  --gap: 2rem;
}

html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 5rem; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--gold); color: var(--ink); }

/* ===== ACCESSIBILITY ===== */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* ===== SCROLL REVEAL ANIMATION ===== */
.expertise__card,
.pub-card,
.tl-item,
.metrics__item,
.presse__item,
.testimonial,
.faq__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1);
}
.expertise__card.is-visible,
.pub-card.is-visible,
.tl-item.is-visible,
.metrics__item.is-visible,
.presse__item.is-visible,
.testimonial.is-visible,
.faq__item.is-visible {
  opacity: 1;
  transform: none;
}
.pub-card:nth-child(2) { transition-delay: .1s; }
.pub-card:nth-child(3) { transition-delay: .2s; }
.expertise__card:nth-child(2) { transition-delay: .08s; }
.expertise__card:nth-child(3) { transition-delay: .16s; }
.expertise__card:nth-child(4) { transition-delay: .24s; }
.metrics__item:nth-child(2) { transition-delay: .1s; }
.metrics__item:nth-child(3) { transition-delay: .2s; }
.metrics__item:nth-child(4) { transition-delay: .3s; }
.presse__item:nth-child(2) { transition-delay: .08s; }
.presse__item:nth-child(3) { transition-delay: .16s; }
.presse__item:nth-child(4) { transition-delay: .24s; }
.testimonial:nth-child(2) { transition-delay: .08s; }
.testimonial:nth-child(3) { transition-delay: .16s; }

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background .35s, box-shadow .35s, transform .35s;
}

.header--scrolled {
  background: rgba(12, 15, 20, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}

.header--hidden { transform: translateY(-100%); }

.header__inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: var(--white);
  transition: opacity .2s;
}
.header__logo:hover { opacity: .8; }

.header__logo-icon { color: var(--gold); display: flex; }

.header__logo-text {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.header__link {
  color: rgba(255,255,255,.65);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .25s;
}
.header__link:hover { color: var(--gold); }

.header__link--cta {
  color: var(--gold);
  border: 1px solid rgba(201,168,76,.35);
  padding: .45rem 1.2rem;
  border-radius: 4px;
  transition: background .25s, border-color .25s, color .25s;
}
.header__link--cta:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.header__toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  padding: .25rem;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: var(--ink);
}

.hero__grain {
  position: absolute;
  inset: 0;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px;
}

.hero__gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(201,168,76,.08) 0%, transparent 70%),
    radial-gradient(ellipse 80% 60% at 20% 80%, rgba(26,30,40,.8) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 80% 90%, rgba(201,168,76,.04) 0%, transparent 60%);
}

.hero__split {
  position: relative;
  z-index: 2;
  max-width: var(--inner-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  padding: 7rem 2rem 4rem;
  min-height: 100vh;
}

.hero__content {
  text-align: left;
}

/* Hero portrait */
.hero__portrait {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__portrait-frame {
  position: relative;
  z-index: 2;
  width: 380px;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(0,0,0,.5),
    inset 0 1px 0 rgba(201,168,76,.4),
    0 0 0 1.5px rgba(201,168,76,.3);
}

.hero__portrait-frame img {
  width: 100%;
  height: auto;
  display: block;
  filter: contrast(1.08) brightness(.93) saturate(1.1);
}

.hero__portrait-accent {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 100%;
  height: 100%;
  border: 1.5px solid rgba(201,168,76,.3);
  border-radius: 14px;
  z-index: 1;
}

.hero__portrait::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 60px;
  background: radial-gradient(ellipse, rgba(201,168,76,.12) 0%, transparent 70%);
  z-index: 0;
}

.hero__badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,.3);
  padding: .5rem 1.5rem;
  border-radius: 100px;
  margin-bottom: 2.5rem;
}

.hero__title {
  font-family: var(--font-display);
  color: var(--white);
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1.8rem;
}

.hero__title-line { display: block; }
.hero__title-line--italic {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.hero__subtitle {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ash);
  margin-bottom: 2.8rem;
  font-weight: 300;
}

.hero__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .85rem 2rem;
  border-radius: 4px;
  transition: all .3s;
  cursor: pointer;
  border: none;
}

.btn--primary {
  background: var(--gold);
  color: var(--ink);
  position: relative;
}
.btn--primary:hover {
  background: var(--gold-dim);
  box-shadow: 0 12px 40px rgba(201,168,76,.2);
  transform: translateY(-3px);
}

.btn--ghost {
  background: transparent;
  color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.15);
}
.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--ash);
  animation: float 2.5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ===== METRICS ===== */
.metrics {
  background: var(--ink-soft);
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.metrics__inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 3.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.metrics__item { text-align: center; flex: 1; }

.metrics__number {
  display: block;
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: .4rem;
  text-shadow: 0 4px 12px rgba(201,168,76,.15);
}

.metrics__label {
  display: block;
  font-size: .75rem;
  color: var(--ash);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 500;
}

.metrics__divider {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,.08);
}

/* ===== SECTIONS ===== */
.section__inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: var(--section-pad) 2rem;
}

.section__header { margin-bottom: 3.5rem; }

.section__tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  padding-bottom: .4rem;
  border-bottom: 2px solid rgba(201,168,76,.3);
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
}

.section__title--light { color: var(--white); }

/* ===== EXPERTISE ===== */
.expertise { background: var(--cream); }

.expertise__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.expertise__card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  padding: 2.2rem;
  transition: border-color .3s cubic-bezier(.16,1,.3,1), box-shadow .3s cubic-bezier(.16,1,.3,1), transform .3s cubic-bezier(.16,1,.3,1);
}

.expertise__card:hover {
  border-color: var(--gold);
  box-shadow: 0 24px 60px rgba(201,168,76,.12);
  transform: translateY(-8px);
}

.expertise__icon {
  color: var(--gold);
  margin-bottom: 1.2rem;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,168,76,.06);
  border-radius: 10px;
  transition: background .3s;
}

.expertise__card:hover .expertise__icon {
  background: rgba(201,168,76,.12);
}

.expertise__name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: .6rem;
  color: var(--ink);
}

.expertise__desc {
  font-size: .9rem;
  color: var(--slate);
  line-height: 1.7;
}

/* ===== PUBLICATIONS ===== */
.publications { background: var(--white); }

.publications__list { display: flex; flex-direction: column; gap: 1px; }

.pub-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.2rem 2rem;
  background: var(--cream);
  border-radius: 10px;
  margin-bottom: .8rem;
  transition: background .3s, transform .2s;
  cursor: pointer;
}

.pub-card:hover {
  background: var(--white);
  transform: translateX(6px);
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
}

.pub-card__number {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(201,168,76,.4);
  flex-shrink: 0;
  width: 60px;
  text-align: center;
  transition: color .3s;
}

.pub-card:hover .pub-card__number { color: var(--gold); }

.pub-card__content { flex: 1; }

.pub-card__tag {
  display: inline-block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .4rem;
}

.pub-card__title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: .4rem;
  line-height: 1.3;
}

.pub-card__excerpt {
  font-size: .88rem;
  color: var(--slate);
  line-height: 1.65;
}

.pub-card__arrow {
  color: var(--mist);
  flex-shrink: 0;
  transition: color .3s, transform .3s;
}

.pub-card:hover .pub-card__arrow {
  color: var(--gold);
  transform: translateX(4px);
}

/* ===== CABINET ===== */
.cabinet {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.cabinet__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 500px;
}

.cabinet__image {
  position: relative;
  overflow: hidden;
}

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

.cabinet__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 50%, var(--ink) 100%);
}

.cabinet__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 3rem 4rem 2rem;
}

.cabinet__text {
  color: var(--ash);
  font-size: .95rem;
  line-height: 1.8;
  margin-top: 1.2rem;
  max-width: 400px;
}

/* ===== PARCOURS ===== */
.parcours { background: var(--cream); }

.parcours__timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.tl-item { position: relative; padding: 0 1.5rem 2rem; }

.tl-item__year {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 1rem;
}

.tl-item__line {
  width: 100%;
  height: 1px;
  background: var(--mist);
  margin-bottom: 1.2rem;
  position: relative;
}

.tl-item__line::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(201,168,76,.35);
}

.tl-item__content h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: .4rem;
}

.tl-item__content p {
  font-size: .85rem;
  color: var(--slate);
  line-height: 1.6;
}

/* ===== CONTACT ===== */
.contact {
  background: var(--ink);
  color: var(--white);
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.contact__text {
  color: var(--ash);
  font-size: .95rem;
  margin-top: 1.2rem;
  line-height: 1.7;
}

.contact__details { display: flex; flex-direction: column; gap: 1.8rem; }

.contact__detail {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: var(--ash);
}

.contact__detail svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }

.contact__detail strong {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .2rem;
}

.contact__detail span { font-size: .92rem; color: rgba(255,255,255,.7); }

/* ===== FOOTER ===== */
.footer {
  background: #080a0f;
  border-top: 1px solid rgba(255,255,255,.04);
}

.footer__inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--white);
}

.footer__sub {
  display: block;
  font-size: .75rem;
  color: var(--ash);
  margin-top: .15rem;
}

.footer__copy {
  font-size: .75rem;
  color: rgba(255,255,255,.3);
}

/* ===== ARTICLE PAGE ===== */
.article-hero {
  background: var(--ink);
  padding: 8rem 2rem 4rem;
  text-align: center;
}

.article-hero .section__tag { margin-bottom: 1.2rem; }

.article-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  max-width: 740px;
  margin: 0 auto 1rem;
}

.article-hero .meta {
  font-size: .88rem;
  color: var(--ash);
}

.article-body {
  max-width: 680px;
  margin: 0 auto;
  padding: 3.5rem 2rem 4rem;
}

.article-body .lead {
  font-size: 1.12rem;
  color: var(--ink);
  line-height: 1.8;
  border-left: 3px solid var(--gold);
  padding-left: 1.4rem;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.article-body h2 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--ink);
  margin: 2.8rem 0 1rem;
  line-height: 1.3;
}

.article-body p {
  color: var(--slate);
  font-size: .98rem;
  line-height: 1.85;
  margin-bottom: 1.3rem;
}

.article-sources {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0,0,0,.08);
}

.article-sources h3 {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ash);
  margin-bottom: 1rem;
}

.article-sources ul { list-style: none; }
.article-sources li {
  font-size: .85rem;
  color: var(--ash);
  padding: .3rem 0;
}

.article-nav {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
  display: flex;
  justify-content: space-between;
}

.article-nav a {
  font-size: .82rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .2s;
}
.article-nav a:hover { color: var(--ink); }

/* Timeline in article */
.article-body .timeline {
  margin: 2rem 0;
  padding-left: 1.5rem;
  border-left: 2px solid var(--gold);
}
.article-body .timeline-item {
  padding: .8rem 0 .8rem 1rem;
  position: relative;
}
.article-body .timeline-item::before {
  content: '';
  position: absolute;
  left: -1.6rem;
  top: 1.1rem;
  width: 10px; height: 10px;
  background: var(--gold);
  border-radius: 50%;
  border: 2px solid var(--cream);
}
.article-body .timeline-item .year {
  font-weight: 700;
  color: var(--ink);
  font-size: .9rem;
}
.article-body .timeline-item .desc {
  color: var(--slate);
  font-size: .88rem;
}

/* ===== PRESSE ===== */
.presse {
  background: var(--ink-soft);
}

.presse .section__title { color: var(--white); }

.presse__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.presse__item {
  padding: 1.8rem;
  border: 1px solid rgba(201,168,76,.12);
  border-radius: 10px;
  background: rgba(201,168,76,.03);
  transition: border-color .3s, transform .3s;
}

.presse__item:hover {
  border-color: rgba(201,168,76,.3);
  transform: translateY(-4px);
}

.presse__year {
  display: inline-block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--gold);
  margin-bottom: .6rem;
}

.presse__source {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: .5rem;
}

.presse__desc {
  font-size: .85rem;
  color: var(--ash);
  line-height: 1.65;
}

/* ===== TEMOIGNAGES ===== */
.testimonials { background: var(--cream); }

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.testimonial {
  background: var(--white);
  border-radius: 12px;
  padding: 2rem;
  border-left: 4px solid var(--gold);
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
  transition: transform .3s, box-shadow .3s;
}

.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
}

.testimonial__stars {
  color: var(--gold);
  font-size: .85rem;
  letter-spacing: .1em;
  margin-bottom: .8rem;
}

.testimonial__text {
  font-size: .92rem;
  color: var(--slate);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 1.2rem;
}

.testimonial__author strong {
  display: block;
  font-size: .88rem;
  color: var(--ink);
  font-style: normal;
  margin-bottom: .15rem;
}

.testimonial__author span {
  font-size: .78rem;
  color: var(--ash);
}

/* ===== FAQ ===== */
.faq { background: var(--white); }

.faq__list {
  max-width: 740px;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.faq__item {
  background: var(--cream);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .3s, background .3s;
}

.faq__item[open] {
  background: var(--white);
  border-color: rgba(201,168,76,.3);
}

.faq__question {
  padding: 1.4rem 1.8rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  transition: color .25s;
}

.faq__question::-webkit-details-marker { display: none; }

.faq__question::after {
  content: '+';
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold);
  transition: transform .3s;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq__item[open] .faq__question::after {
  transform: rotate(45deg);
}

.faq__item[open] .faq__question {
  color: var(--gold);
}

.faq__answer {
  padding: 0 1.8rem 1.4rem;
}

.faq__answer p {
  color: var(--slate);
  font-size: .92rem;
  line-height: 1.75;
}

/* ===== WHATSAPP ===== */
.header__link--whatsapp {
  color: #25D366 !important;
  font-weight: 600;
}
.header__link--whatsapp:hover { opacity: .8; }

.btn--whatsapp {
  background: #25D366;
  color: #fff;
}
.btn--whatsapp:hover { background: #20ba5a; }

/* ===== CONTACT FORM ===== */
.contact__form-wrap {
  width: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: .9rem 1rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: rgba(255,255,255,.05);
  color: var(--white);
  font-family: var(--font-body);
  font-size: .9rem;
  transition: border-color .25s, background .25s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--ash);
}

.form-group select {
  appearance: none;
  color: var(--ash);
}

.form-group select option {
  background: var(--ink);
  color: var(--white);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255,255,255,.08);
}

.btn--full { width: 100%; justify-content: center; }

.form-note {
  text-align: center;
  font-size: .78rem;
  color: var(--ash);
  margin-top: .5rem;
}

/* ===== MOBILE STICKY BAR ===== */
.mobile-bar {
  display: none;
}

/* ===== NAV SCROLL LOCK ===== */
body.nav-open { overflow: hidden; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero__split { grid-template-columns: 1fr; text-align: center; padding-top: 6rem; }
  .hero__content { text-align: center; }
  .hero__actions { justify-content: center; }
  .hero__portrait-frame { width: 280px; margin: 0 auto; }
  .hero__portrait-accent { display: none; }
  .expertise__grid { grid-template-columns: 1fr; }
  .presse__grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials__grid { grid-template-columns: 1fr; }
  .parcours__timeline { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .contact__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .cabinet__inner { grid-template-columns: 1fr; }
  .cabinet__image { min-height: 300px; }
  .cabinet__image-overlay { background: linear-gradient(to bottom, transparent 50%, var(--ink) 100%); }
  .cabinet__content { text-align: center; padding: 2.5rem 2rem 3rem; align-items: center; }
}

@media (max-width: 640px) {
  /* Touch targets 44px minimum */
  .btn {
    min-height: 44px;
    padding: 1rem 1.8rem;
  }

  .header__toggle {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
  }

  .header__link--cta {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: .6rem 1.3rem;
  }

  .header__nav { display: none; }
  .header__nav.is-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    background: rgba(12,15,20,.97);
    backdrop-filter: blur(20px);
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 200;
  }
  .header__nav.is-open .header__link {
    font-size: 1.1rem;
    color: var(--white);
  }
  .header__toggle { display: block; z-index: 201; }

  .hero__split { padding: 7rem 1.5rem 3rem; gap: 2rem; min-height: auto; }
  .hero__title { font-size: 2.2rem; }
  .hero__badge { font-size: .65rem; padding: .4rem 1rem; }
  .hero__portrait-frame { width: min(90vw, 220px); }

  .metrics__inner { flex-direction: column; gap: 1.5rem; }
  .metrics__divider { width: 40px; height: 1px; }

  .parcours__timeline { grid-template-columns: 1fr; }
  .presse__grid { grid-template-columns: 1fr; }

  .pub-card { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .pub-card__number { width: auto; }
  .pub-card__arrow { display: none; }

  .footer__inner { flex-direction: column; text-align: center; gap: 1rem; }

  .mobile-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    gap: .5rem;
    padding: .6rem;
    background: rgba(12,15,20,.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(201,168,76,.2);
  }

  .mobile-bar__btn {
    flex: 1;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .75rem;
    border-radius: 6px;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
  }

  .mobile-bar__btn--wa {
    background: #25D366;
    color: #fff;
  }

  .mobile-bar__btn--cta {
    background: var(--gold);
    color: var(--ink);
  }

  /* Prevent content hiding behind sticky bar */
  .footer { padding-bottom: 4rem; }
}
