/*
Theme Name: Ségolène
Theme URI: https://kca-avocats.fr/
Author: Cabinet Ségolène Sanches Semedo
Author URI: https://kca-avocats.fr/
Description: Thème sur-mesure pour le cabinet de Maître Ségolène Sanches Semedo — avocat au barreau de Marseille, intervenant en droit de la famille. Palette ivoire / kaki / doré, typographie Cormorant Garamond + Inter Tight.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: segolene
Tags: custom-theme, law-firm, minimalist, editorial
*/

/* ==========================================================================
   Maître Ségolène Sanches Semedo — Avocat à Marseille
   Stylesheet — WordPress theme ready
   Palette: ivoire (fond), kaki (structure), doré sourd (accent)
   Type:    Cormorant Garamond (display serif) + Inter Tight (UI sans)
   ========================================================================== */

:root {
  /* Colors */
  --ivory:        #FFFFFF;   /* page background — blanc pur */
  --ivory-2:      #F4F3EE;   /* secondary surface */
  --paper:        #F6F5F0;   /* card surface — crème subtil */
  --kaki:         #4A4931;   /* structural kaki — profond */
  --kaki-2:       #6E6C49;   /* lighter kaki */
  --kaki-soft:    #8A8766;   /* hairlines, soft fills */
  --gold:         #B59862;   /* muted gold accent */
  --gold-soft:    #C9AF7B;   /* hover gold */
  --ink:          #2A2A22;   /* primary text */
  --ink-2:        #4A4A3E;   /* secondary text */
  --ink-3:        #6F6E5F;   /* tertiary / meta */
  --line:         rgba(91, 90, 62, 0.18);
  --line-strong:  rgba(91, 90, 62, 0.35);

  /* Type */
  --serif: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --sans:  "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Spacing */
  --container: 1200px;
  --gutter: clamp(20px, 4vw, 48px);

  /* Radii */
  --r-sm: 2px;
  --r-md: 4px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a {
  color: var(--ink);
  text-decoration: none;
  transition: color 160ms ease;
}
a:hover { color: var(--gold); }

/* ---------- Typography ---------- */

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}

.display {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(44px, 6.2vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.015em;
}
.display em {
  font-style: italic;
  color: var(--kaki);
  font-weight: 400;
}

.h-eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.h-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}

.h-section {
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.1;
  font-weight: 400;
}

.h-card {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
}

p { margin: 0 0 1em; color: var(--ink-2); text-wrap: pretty; }
p.lead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink);
  max-width: 58ch;
}

.meta {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ---------- Layout ---------- */

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.section {
  padding: clamp(64px, 9vw, 120px) 0;
}
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.section--kaki {
  background: var(--kaki);
  color: #E9E3D2;
}
.section--kaki h2 { color: #F6F1E8; }
.section--kaki p { color: rgba(246, 241, 232, 0.78); }
.section--paper { background: var(--paper); }

hr.rule {
  border: none;
  height: 1px;
  background: var(--line);
  margin: 0;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 241, 232, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
}
.brand__mark {
  width: 38px;
  height: 38px;
  color: var(--kaki);
  flex: none;
}
.brand__name {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: 0.01em;
}
.brand__name span {
  display: block;
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 14px;
}
.nav a {
  position: relative;
  padding: 6px 0;
  color: var(--ink-2);
  letter-spacing: 0.02em;
}
.nav a.active { color: var(--ink); }
.nav a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--gold);
}
.nav .btn--cta {
  /* margin-left: 12px; */
  background: var(--kaki);
  color: #F6F1E8;
  border-color: var(--kaki);
  letter-spacing: 0.1em;
  padding: 12px 22px;
  position: relative;
  overflow: hidden;
}
.nav .btn--cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 40%, rgba(181,152,98,0.18) 100%);
  pointer-events: none;
}
.nav .btn--cta:hover {
  background: #3a3921;
  border-color: #3a3921;
  color: #F6F1E8;
  letter-spacing: 0.13em;
}
.nav .btn--cta svg { color: var(--gold-soft); }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  padding: 10px 12px;
  cursor: pointer;
  color: var(--ink);
}
.nav-toggle svg { display: block; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: all 200ms ease;
  text-decoration: none;
  line-height: 1;
}
.btn--primary {
  background: var(--kaki);
  color: var(--ivory);
  border-color: var(--kaki);
}
.btn--primary:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--ivory);
}
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn--ghost:hover {
  border-color: var(--kaki);
  color: var(--kaki);
}
.btn--gold {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn--gold:hover {
  background: var(--gold);
  color: #fff;
}
.btn .arrow {
  width: 14px; height: 10px;
  transition: transform 200ms ease;
}
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Hero (Home) ---------- */

.hero {
  padding: clamp(40px, 7vw, 90px) 0 clamp(56px, 9vw, 120px);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
}
.hero__eyebrow {
  margin-bottom: 28px;
}
.hero h1 {
  margin-bottom: 28px;
}
.hero p.lead {
  margin-bottom: 36px;
  color: var(--ink-2);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}
.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  max-width: 560px;
}
.fact__label {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 6px;
  display: block;
}
.fact__value {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.2;
  color: var(--ink);
}

.hero__portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--ivory-2);
  overflow: hidden;
}
.hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.92);
}
.hero__portrait::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(246, 241, 232, 0.35);
  pointer-events: none;
  z-index: 2;
}
.hero__portrait::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(to top, rgba(42, 42, 34, 0.46) 0%, rgba(42, 42, 34, 0) 72%);
  pointer-events: none;
  z-index: 1;
}
.hero__caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  color: #F6F1E8;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.hero__caption span {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-top: 4px;
}

/* Trust bar under hero */
.trustbar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trustbar__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.trustbar__item {
  padding: 20px 24px;
  text-align: center;
  font-size: 13px;
  color: var(--ink-2);
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.trustbar__item:last-child { border-right: none; }
.trustbar__item svg {
  width: 16px; height: 16px;
  color: var(--gold);
  flex: none;
}
.trustbar__item a {
  color: inherit;
  text-decoration: none;
}
.trustbar__item a:hover {
  color: var(--kaki);
}

/* ---------- Presentation section ---------- */

.present {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.present__aside .h-eyebrow { margin-bottom: 20px; }
.present__aside h2 { margin-bottom: 24px; }
.present__body p { font-size: 17px; line-height: 1.7; }
.present__body p + p { margin-top: 1.2em; }
.present__signature {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--kaki);
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

/* ---------- Competence cards ---------- */

.comp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.comp-card {
  background: var(--paper);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 220px;
  transition: background 200ms ease;
  text-decoration: none;
  color: inherit;
}
.comp-card:hover { background: var(--ivory-2); }
.comp-card__num {
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.05em;
}
.comp-card__title {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.15;
  color: var(--ink);
  font-weight: 400;
}
.comp-card__desc {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.55;
  margin-top: auto;
}
.comp-card__arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--kaki);
  margin-top: 8px;
}
.comp-card__arrow svg { transition: transform 200ms ease; }
.comp-card:hover .comp-card__arrow svg { transform: translateX(4px); }

/* ---------- Values (Why) ---------- */

.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.value__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--gold);
  margin-bottom: 18px;
}
.value h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 500;
}
.section--kaki .value h3 { color: #F6F1E8; }
.value p {
  font-size: 14.5px;
  line-height: 1.6;
}

/* ---------- Review / social proof ---------- */

.review {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.review__stars {
  color: var(--gold);
  letter-spacing: 4px;
  font-size: 18px;
  margin-bottom: 20px;
}
.review__quote {
  font-family: var(--serif);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.35;
  color: var(--ink);
  font-style: italic;
  margin-bottom: 28px;
  text-wrap: balance;
}
.review__meta {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ---------- Contact CTA ---------- */

.cta-band {
  background: var(--kaki);
  color: var(--ivory);
  padding: clamp(56px, 8vw, 96px) 0;
}
.cta-band__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}
.cta-band h2 {
  color: #F6F1E8;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.1;
  margin-bottom: 20px;
}
.cta-band p {
  color: rgba(246, 241, 232, 0.78);
  max-width: 46ch;
}
.cta-band__coords {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.6;
  color: #F6F1E8;
}
.cta-band__coords strong {
  display: block;
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 2px;
}
.cta-band__coords strong:first-child { margin-top: 0; }
.cta-band .btn--primary {
  background: var(--gold);
  border-color: var(--gold);
  color: #2A2A22;
}
.cta-band .btn--primary:hover {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
}
.cta-band .btn--ghost {
  color: #F6F1E8;
  border-color: rgba(246, 241, 232, 0.4);
}
.cta-band .btn--ghost:hover {
  border-color: #F6F1E8;
  color: #F6F1E8;
}

/* ---------- Footer ---------- */

.site-footer {
  background: #3F3F2B;
  color: rgba(246, 241, 232, 0.75);
  padding: 72px 0 28px;
  font-size: 14px;
}
.site-footer a { color: rgba(246, 241, 232, 0.85); }
.site-footer a:hover { color: var(--gold-soft); }
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(246, 241, 232, 0.12);
}
.footer__brand .brand__mark { color: var(--gold-soft); }
.footer__brand .brand__name { color: #F6F1E8; }
.footer__brand .brand__name span { color: rgba(246, 241, 232, 0.55); }
.footer__brand p {
  color: rgba(246, 241, 232, 0.65);
  margin-top: 20px;
  font-size: 13.5px;
  max-width: 32ch;
}
.footer__col h4 {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 500;
  margin-bottom: 18px;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin-bottom: 10px; line-height: 1.5; }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 12px;
  color: rgba(246, 241, 232, 0.5);
  letter-spacing: 0.04em;
}
.footer__bottom nav { display: flex; gap: 24px; }
.footer__credit { display: flex; align-items: center; gap: 8px; color: inherit; text-decoration: none; opacity: 0.8; transition: opacity 0.2s; }
.footer__credit:hover { opacity: 1; }
.footer__credit-logo { height: 24px; width: auto; display: block; }

/* ==========================================================================
   PAGE: Compétences
   ========================================================================== */

.page-hero {
  padding: clamp(56px, 9vw, 120px) 0 clamp(40px, 6vw, 72px);
  border-bottom: 1px solid var(--line);
}
.page-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}
.page-hero h1 {
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.05;
  margin-bottom: 0;
}
.page-hero .h-eyebrow { margin-bottom: 24px; }
.page-hero__intro {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-2);
  max-width: 52ch;
}
.breadcrumbs {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 32px;
}
.breadcrumbs a { color: var(--ink-3); }
.breadcrumbs span { color: var(--ink); }

/* Competence detail sections */
.comp-index {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}
.comp-toc {
  position: sticky;
  top: 96px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.comp-toc__label {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.comp-toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: item;
}
.comp-toc li {
  counter-increment: item;
  border-top: 1px solid var(--line);
}
.comp-toc li:first-child { border-top: none; }
.comp-toc a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 14px 0;
  font-family: var(--serif);
  font-size: 17px;
  color: var(--ink);
}
.comp-toc a::before {
  content: counter(item, decimal-leading-zero);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--gold);
  font-feature-settings: "tnum";
  flex: none;
}
.comp-toc a:hover { color: var(--kaki); }

.comp-detail {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.comp-detail article {
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line);
}
.comp-detail article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.comp-detail__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--gold);
  margin-bottom: 14px;
}
.comp-detail h2 {
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.1;
  margin-bottom: 20px;
}
.comp-detail__lede {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  margin-bottom: 24px;
  max-width: 60ch;
}
.comp-detail p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 60ch;
}
.comp-detail ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
}
.comp-detail ul li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.45;
}
.comp-detail ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 10px;
  width: 12px; height: 1px;
  background: var(--gold);
}

.comp-mobile-summary,
.comp-mobile-dialog {
  display: none;
}

/* ==========================================================================
   PAGE: Contact
   ========================================================================== */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.contact-info h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact-block {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.contact-block:last-child { border-bottom: none; }
.contact-block__label {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
  display: block;
}
.contact-block__value {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.45;
  color: var(--ink);
}
.contact-block__value a { color: var(--ink); }
.contact-block__value a:hover { color: var(--kaki); }
.contact-block__meta {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 6px;
}

.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 48px);
}
.form-card h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.form-card > p {
  color: var(--ink-3);
  font-size: 14.5px;
  margin-bottom: 28px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form-field label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 8px;
}
.form-field input,
.form-field select,
.form-field textarea {
  font-family: var(--sans);
  font-size: 15px;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
  outline: none;
  transition: border-color 200ms ease;
  border-radius: 0;
}
.form-field textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}
.form-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236F6E5F' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--kaki); }

.form-rgpd {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 0 24px;
  font-size: 12.5px;
  color: var(--ink-3);
  line-height: 1.5;
}
.form-rgpd input {
  margin-top: 3px;
  accent-color: var(--kaki);
}
.form-rgpd a { color: var(--kaki); text-decoration: underline; }

/* Honeypot — off-screen (not display:none, which smart bots detect). */
.form-group-hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}

/* ==========================================================================
   PAGES: Mentions légales & Politique de confidentialité
   ========================================================================== */

.legal-doc {
  max-width: 760px;
  margin: 0 auto;
}
.legal-doc article {
  padding: 0 0 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.legal-doc article:last-of-type {
  border-bottom: 0;
  margin-bottom: 16px;
}
.legal-doc h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
  color: var(--kaki);
  margin: 0 0 16px;
}
.legal-doc p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 14px;
}
.legal-doc p strong { color: var(--ink); }
.legal-doc ul {
  padding-left: 22px;
  margin: 8px 0 14px;
}
.legal-doc ul li {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-2);
  margin-bottom: 6px;
}
.legal-doc a {
  color: var(--kaki);
  border-bottom: 1px solid var(--line-strong);
}
.legal-doc a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.legal-placeholder {
  background: rgba(181, 152, 98, 0.14);
  padding: 1px 6px;
  border-radius: var(--r-sm);
  font-family: var(--sans);
  font-size: 13.5px;
  color: var(--kaki);
  letter-spacing: 0.02em;
}
.legal-doc__updated {
  margin-top: 24px;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.map-embed {
  position: relative;
  margin-top: 24px;
  aspect-ratio: 16 / 9;
  background: var(--ivory-2);
  overflow: hidden;
  border: 1px solid var(--line);
}

/* Contact map embed */
.map-illustration {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.map-pin {
  position: absolute;
  left: 50%; top: 48%;
  transform: translate(-50%, -100%);
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--ivory);
  border: 1px solid var(--line-strong);
  padding: 10px 14px;
  box-shadow: 0 6px 20px rgba(42, 42, 34, 0.12);
  font-size: 13px;
  color: var(--ink);
}
.map-pin::before {
  content: "";
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(181, 152, 98, 0.25);
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 10px;
}
.hours-table td {
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
}
.hours-table td:last-child { text-align: right; color: var(--ink); }
.hours-table td:first-child { color: var(--ink-3); letter-spacing: 0.04em; }
.hours-table tr:last-child td { border-bottom: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 960px) {
  .hero__grid,
  .present,
  .page-hero__inner,
  .contact-grid,
  .cta-band__grid,
  .comp-index {
    grid-template-columns: 1fr;
  }
  .comp-toc { position: static; }
  .comp-grid { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .trustbar__inner { grid-template-columns: repeat(2, 1fr); }
  .trustbar__item:nth-child(even) { border-right: none; }
  .trustbar__item { border-bottom: 1px solid var(--line); }
  .trustbar__item:nth-last-child(-n+2) { border-bottom: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 640px) {
  .site-header__inner--padded { padding-inline: 10px; }
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav--open {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--ivory);
    border: 1px solid var(--line);
    border-top: none;
    padding: 18px 14px;
    gap: 0;
  }
  .nav--open a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav--open a:last-of-type { border-bottom: none; }
  .nav--open .btn--cta { margin-top: 10px; }
  .comp-grid { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: 12px; text-align: center; }
  .comp-detail ul { grid-template-columns: 1fr; }
  .trustbar__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .trustbar__item,
  .trustbar__item:nth-child(even),
  .trustbar__item:nth-last-child(-n+2),
  .trustbar__item:last-child {
    border: 1px solid var(--line);
  }
  .trustbar__item {
    padding: 14px;
    border-radius: 10px;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    min-height: 68px;
    font-size: 12px;
    line-height: 1.35;
  }
  .trustbar__item:last-child {
    grid-column: 1 / -1;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .trustbar__item svg {
    margin-top: 0;
  }

  .comp-detail {
    padding-bottom: 96px;
  }

  .comp-mobile-summary {
    display: flex;
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 60;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid var(--line-strong);
    background: rgba(246, 241, 232, 0.96);
    backdrop-filter: saturate(140%) blur(10px);
    -webkit-backdrop-filter: saturate(140%) blur(10px);
    color: var(--ink);
    padding: 12px 14px;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(42, 42, 34, 0.16);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }
  .comp-mobile-summary.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .comp-mobile-summary__label {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    flex: none;
  }
  .comp-mobile-summary__current {
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
  }

  .comp-mobile-dialog {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 70;
    border: none;
    padding: 0;
    margin: 0;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    background: transparent;
  }
  .comp-mobile-dialog[hidden] {
    display: none;
  }
  .comp-mobile-dialog__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(42, 42, 34, 0.42);
  }
  .comp-mobile-dialog__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--paper);
    border-top: 1px solid var(--line-strong);
    border-radius: 16px 16px 0 0;
    padding: 14px 16px 22px;
    max-height: 72vh;
    overflow: auto;
  }
  .comp-mobile-dialog__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
  }
  .comp-mobile-dialog__title {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
  }
  .comp-mobile-dialog__close {
    border: none;
    background: none;
    color: var(--ink-2);
    font-size: 28px;
    line-height: 1;
    padding: 0 2px;
    cursor: pointer;
  }
  .comp-mobile-dialog__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .comp-mobile-dialog__list li + li {
    border-top: 1px solid var(--line);
  }
  .comp-mobile-dialog__list a {
    display: block;
    padding: 14px 0;
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1.15;
    color: var(--ink);
  }
}

@media (max-width: 420px) {
  .trustbar__inner { grid-template-columns: 1fr; }
}

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
