/* =========================================================================
   PRO PAGE — Light/cream theme variant.
   Imported AFTER styles.css to override what's needed.
   ========================================================================= */

:root {
  /* Pro palette */
  --pro-bg:          #faf6ec;   /* deep cream, slightly warm */
  --pro-bg-2:        #f6f0df;   /* card cream */
  --pro-bg-3:        #efe7d1;   /* hover cream */
  --pro-cream-deep:  #1a1812;
  --pro-line:        rgba(26, 24, 18, 0.10);
  --pro-line-2:      rgba(26, 24, 18, 0.18);
  --pro-text:        #1a1812;
  --pro-text-muted:  rgba(26, 24, 18, 0.65);
  --pro-text-faint:  rgba(26, 24, 18, 0.45);
  --pro-gold-on-cream: var(--gold-dark);
}

.theme-pro {
  background: var(--pro-bg);
  color: var(--pro-text);
}

/* =========================================================================
   HEADER VARIANTS
   ========================================================================= */
.page-header__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Pro header — dark like the famille header, logo in original colors */
.page-header--pro {
  background: rgba(13, 14, 18, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201, 165, 92, 0.12);
}
.page-header--pro .page-header__nav a {
  color: var(--text-on-dark-muted);
}
.page-header--pro .page-header__nav a:hover {
  color: var(--text-on-dark);
}
.page-header--pro .page-header__cta {
  color: var(--gold) !important;
  border: 1px solid var(--border-gold-2);
  background: transparent;
}
.page-header--pro .page-header__cta:hover {
  border-color: var(--gold);
  background: rgba(201, 165, 92, 0.07);
  color: var(--gold) !important;
}
/* Logo stays in its original colors — no invert filter on dark header */

/* =========================================================================
   COMMON BUTTONS — ink variants used on pro page
   ========================================================================= */
.btn--ink {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  box-shadow: 0 8px 30px -10px rgba(0, 0, 0, 0.35);
}
.btn--ink:hover {
  background: var(--ink-3);
  border-color: var(--ink-3);
  color: var(--cream);
  transform: translateY(-1px);
}
.btn--ghost-ink {
  background: transparent;
  color: var(--pro-text);
  border: 1px solid var(--pro-line-2);
}
.btn--ghost-ink:hover {
  border-color: var(--gold-dark);
  color: var(--gold-dark);
  background: rgba(168, 133, 74, 0.06);
}
.btn--ghost-cream {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(244, 237, 224, 0.3);
}
.btn--ghost-cream:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

/* =========================================================================
   DISPLAY HEADING VARIANTS
   ========================================================================= */
.display-heading--ink {
  color: var(--pro-text);
}
.display-heading--ink em {
  color: var(--gold-dark);
}
.display-heading--cream {
  color: var(--cream);
}
.display-heading--cream em {
  color: var(--gold-light);
}

/* Section label & ornament on cream */
.theme-pro .section-label {
  color: var(--gold-dark);
}
.theme-pro .ornament {
  color: var(--gold-dark);
}
.theme-pro .ornament__rule {
  background: linear-gradient(90deg, transparent, var(--gold-dark) 60%, var(--gold-dark));
}
.theme-pro .ornament__rule:last-child {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-dark) 40%, transparent);
}

/* Body text adjustments */
.theme-pro strong {
  color: var(--pro-text);
}
.theme-pro a {
  color: var(--gold-dark);
}
.theme-pro a:hover { color: #8a6a35; }

/* =========================================================================
   HERO PRO — dark theme (same vocabulary as famille hero)
   ========================================================================= */
.pro-hero {
  position: relative;
  padding: 140px 0 110px;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(201, 165, 92, 0.07), transparent 60%),
    var(--ink);
  color: var(--text-on-dark);
  overflow: hidden;
}
.pro-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.pro-hero__bg-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(201, 165, 92, 0.06), transparent 40%),
    radial-gradient(circle at 80% 90%, rgba(201, 165, 92, 0.04), transparent 40%);
}
.pro-hero__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 228, 216, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 228, 216, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black, transparent 70%);
  opacity: 0.6;
}
.pro-hero__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}
.pro-hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 48px;
}
.pro-hero__eyebrow-line {
  flex: 0 1 60px;
  height: 1px;
  background: var(--border-gold-2);
}
.pro-hero__title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(40px, 5.6vw, 80px);
  line-height: 1.06;
  letter-spacing: -0.015em;
  margin: 0 0 32px;
  color: var(--text-on-dark);
  text-wrap: balance;
}
.pro-hero__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}
.pro-hero__sub {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-on-dark-muted);
  max-width: 720px;
  margin: 0 auto 44px;
  text-wrap: pretty;
}
.pro-hero__sub strong { color: var(--text-on-dark); font-weight: 600; }
.pro-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
}
/* Override ornament & section-label colors INSIDE the dark hero only */
.pro-hero .ornament { color: var(--gold); }
.pro-hero .ornament__rule {
  background: linear-gradient(90deg, transparent, var(--gold) 60%, var(--gold));
}
.pro-hero .ornament__rule:last-child {
  background: linear-gradient(90deg, var(--gold), var(--gold) 40%, transparent);
}
.pro-hero__pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 36px;
  margin-top: 36px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--text-on-dark-muted);
  font-weight: 500;
}
.pillar {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.pillar__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
}

/* =========================================================================
   AVANTAGES
   ========================================================================= */
.avantages {
  padding: 120px 0;
  background: var(--pro-bg);
  border-top: 1px solid var(--pro-line);
}
.avantages__lead {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--pro-text-muted);
  max-width: 800px;
  margin: 0 0 64px;
}
.avantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.avantage-card {
  position: relative;
  padding: 40px 32px 36px;
  background: var(--pro-bg-2);
  border: 1px solid var(--pro-line);
  border-radius: var(--radius);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.avantage-card:hover {
  transform: translateY(-3px);
  border-color: rgba(168, 133, 74, 0.4);
  box-shadow: 0 20px 50px -20px rgba(26, 24, 18, 0.18);
}
.avantage-card__num {
  position: absolute;
  top: 28px;
  right: 32px;
  font-family: var(--font-serif);
  font-size: 26px;
  color: var(--gold-dark);
  opacity: 0.4;
  line-height: 1;
}
.avantage-card__icon {
  color: var(--gold-dark);
  margin-bottom: 22px;
}
.avantage-card h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--pro-text);
}
.avantage-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--pro-text-muted);
  margin: 0;
}

/* =========================================================================
   MARQUE BLANCHE
   ========================================================================= */
.marque-blanche {
  padding: 120px 0;
  background: linear-gradient(180deg, var(--pro-bg) 0%, #f3eddc 100%);
  border-top: 1px solid var(--pro-line);
}
.mb-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  margin-top: 32px;
}
.lead--ink {
  color: var(--pro-text-muted);
}
.lead--ink strong { color: var(--pro-text); }

.mb-list {
  list-style: none;
  margin: 28px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mb-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: var(--pro-text);
  line-height: 1.5;
}
.mb-list svg {
  color: var(--gold-dark);
  flex-shrink: 0;
  margin-top: 5px;
}

.mb-quote {
  margin-top: 32px;
  padding: 28px 32px;
  background: var(--pro-bg-2);
  border-left: 3px solid var(--gold-dark);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.mb-quote p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.5;
  color: var(--pro-text);
  text-wrap: pretty;
}
.mb-quote p em {
  color: var(--gold-dark);
  font-style: italic;
}

/* Branding mockup */
.branding-mockup {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.branding-mockup__browser {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 30px 60px -20px rgba(26, 24, 18, 0.25),
    0 1px 0 0 rgba(255,255,255,0.6) inset;
  border: 1px solid rgba(26, 24, 18, 0.08);
}
.branding-mockup__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f4f1ea;
  border-bottom: 1px solid rgba(26, 24, 18, 0.06);
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.dot--r { background: #ff5f57; }
.dot--y { background: #febc2e; }
.dot--g { background: #28c840; }
.branding-mockup__url {
  flex: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  padding: 6px 12px;
  background: white;
  border-radius: 6px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 11.5px;
  color: var(--pro-text);
  border: 1px solid rgba(26, 24, 18, 0.06);
}
.branding-mockup__url svg { color: var(--pro-text-muted); }
.branding-mockup__url-path { color: var(--pro-text-muted); }
.branding-mockup__page {
  background: white;
  padding: 28px 32px 24px;
}
.branding-mockup__agency {
  display: flex;
  align-items: center;
  gap: 14px;
}
.agency-mark {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, #4a5c7a, #2c3a52);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.agency-name__main {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--pro-text);
  line-height: 1.2;
}
.agency-name__sub {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pro-text-faint);
  margin-top: 4px;
}
.branding-mockup__divider {
  height: 1px;
  background: rgba(26, 24, 18, 0.08);
  margin: 20px 0;
}
.branding-mockup__hero {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: center;
}
.branding-mockup__hero-img {
  width: 110px;
  height: 130px;
  border-radius: 6px;
  background:
    repeating-linear-gradient(135deg, rgba(168, 133, 74, 0.18) 0 6px, rgba(168, 133, 74, 0.08) 6px 12px);
  border: 1px solid rgba(168, 133, 74, 0.2);
  position: relative;
  overflow: hidden;
}
.branding-mockup__hero-img::after {
  content: "Portrait";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-family: ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(168, 133, 74, 0.6);
}
/* When the slot holds a real image, hide the placeholder caption + striped bg */
.branding-mockup__hero-img--photo {
  background: #1a1812;
  border-color: rgba(26, 24, 18, 0.15);
}
.branding-mockup__hero-img--photo::after { content: none; }
.branding-mockup__hero-img--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.branding-mockup__name {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--pro-text);
}
.branding-mockup__dates {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--pro-text-muted);
  margin-top: 2px;
}
.branding-mockup__pill {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #4a5c7a;
  color: white;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.branding-mockup__powered {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(26, 24, 18, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  font-size: 11px;
  color: var(--pro-text-faint);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.branding-mockup__powered img {
  height: 18px;
  filter: invert(1) brightness(0.2);
  opacity: 0.7;
}
.branding-mockup__caption {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--pro-text-faint);
  text-align: center;
}

/* =========================================================================
   HOMMAGE COMPLET
   ========================================================================= */
.hommage-complet {
  padding: 120px 0;
  background: var(--pro-bg);
  border-top: 1px solid var(--pro-line);
}
.hommage-complet__lead {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--pro-text-muted);
  max-width: 800px;
  margin: 0 0 64px;
}
.hc-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hc-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hc-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: var(--pro-bg-2);
  border: 1px solid var(--pro-line);
  border-radius: var(--radius);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.hc-feature:hover {
  border-color: rgba(168, 133, 74, 0.4);
  transform: translateX(2px);
}
.hc-feature__icon {
  color: var(--gold-dark);
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hc-feature__icon svg { width: 22px; height: 22px; }
.hc-feature__label {
  font-size: 14.5px;
  line-height: 1.4;
  color: var(--pro-text);
  font-weight: 500;
}

.hc-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.hc-phone .phone-frame {
  box-shadow:
    0 30px 60px -20px rgba(26, 24, 18, 0.3),
    0 0 0 1px rgba(168, 133, 74, 0.2);
}
.hc-phone figcaption {
  color: var(--pro-text-faint);
}

.avis-note {
  margin-top: 80px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  padding: 32px 36px;
  background: var(--pro-bg-2);
  border: 1px solid rgba(168, 133, 74, 0.3);
  border-radius: var(--radius);
  position: relative;
}
.avis-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
  opacity: 0.5;
}
.avis-note__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold-dark);
  color: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.avis-note__body h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--pro-text);
}
.avis-note__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--pro-text-muted);
  max-width: 720px;
}

/* =========================================================================
   ESPACE PRO
   ========================================================================= */
.espace-pro {
  padding: 120px 0;
  background: linear-gradient(180deg, var(--pro-bg) 0%, #f3eddc 100%);
  border-top: 1px solid var(--pro-line);
}
.ep-lead {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--pro-text-muted);
  max-width: 760px;
  margin: 0 0 56px;
}

.ep-screen {
  margin: 0 0 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ep-screen .zoomable--wide {
  max-width: 980px;
  width: 100%;
  cursor: zoom-in;
}
.ep-screen__frame {
  background: white;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 40px 80px -24px rgba(26, 24, 18, 0.35),
    0 1px 0 0 rgba(255,255,255,0.6) inset;
  border: 1px solid rgba(26, 24, 18, 0.08);
}
.ep-screen__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  background: #f4f1ea;
  border-bottom: 1px solid rgba(26, 24, 18, 0.06);
}
.ep-screen__url {
  margin-left: 14px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 12px;
  color: var(--pro-text-muted);
  padding: 5px 12px;
  background: white;
  border-radius: 6px;
  border: 1px solid rgba(26, 24, 18, 0.06);
}
.ep-screen__frame img {
  width: 100%;
  height: auto;
  display: block;
}

.ep-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px;
  margin-bottom: 64px;
}
.ep-step {
  padding: 28px 28px 28px 0;
  position: relative;
}
.ep-step__num {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 400;
  color: var(--gold-dark);
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.85;
}
.ep-step h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 10px;
  color: var(--pro-text);
}
.ep-step p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--pro-text-muted);
  margin: 0;
}

.ep-counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 32px;
  background: var(--ink);
  border-radius: var(--radius);
  color: var(--cream);
}
.ep-counter {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-right: 1px solid rgba(244, 237, 224, 0.08);
}
.ep-counter:last-child { border-right: none; }
.ep-counter__icon {
  color: var(--gold-light);
  width: 32px;
  display: inline-flex;
}
.ep-counter__icon svg { width: 24px; height: 24px; }
.ep-counter__label {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: var(--text-on-dark-muted);
  font-weight: 500;
}

/* =========================================================================
   MISE EN PLACE (dark band for visual rhythm)
   ========================================================================= */
.mise-en-place {
  padding: 120px 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(201, 165, 92, 0.08), transparent 60%),
    var(--ink-2);
  color: var(--text-on-dark);
  border-top: 1px solid rgba(201, 165, 92, 0.15);
}
.mise-en-place .section-label { color: var(--gold); }
.mise-en-place .ornament { color: var(--gold); }
.mise-en-place .ornament__rule {
  background: linear-gradient(90deg, transparent, var(--gold) 60%, var(--gold));
}
.mise-en-place .ornament__rule:last-child {
  background: linear-gradient(90deg, var(--gold), var(--gold) 40%, transparent);
}
.mep-lead {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--text-on-dark-muted);
  max-width: 760px;
  margin: 0 0 64px;
}
.mep-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 64px;
}
.mep-step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 32px;
  background: var(--ink-3);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
}
.mep-step__num {
  font-family: var(--font-serif);
  font-size: 36px;
  color: var(--gold);
  line-height: 1;
  font-weight: 400;
}
.mep-step h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 8px;
  color: var(--text-on-dark);
}
.mep-step p {
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
  color: var(--text-on-dark-muted);
}

.mep-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 48px 32px;
  background:
    linear-gradient(180deg, rgba(201, 165, 92, 0.06), transparent),
    var(--ink-3);
  border: 1px solid var(--border-gold-2);
  border-radius: var(--radius);
  text-align: center;
}
.mep-cta p {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--text-on-dark);
  margin: 0;
  max-width: 680px;
  text-wrap: balance;
}
.mep-cta p em { color: var(--gold-light); font-style: italic; }

/* =========================================================================
   CONDITIONS
   ========================================================================= */
.conditions {
  padding: 120px 0;
  background: var(--pro-bg);
  border-top: 1px solid var(--pro-line);
}
.conditions__inner { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.conditions__text {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--pro-text-muted);
  margin: 0 0 40px;
  max-width: 720px;
}
.conditions__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* =========================================================================
   CONTACT FORM (dark)
   ========================================================================= */
.contact-pro {
  padding: 120px 0 100px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(201, 165, 92, 0.08), transparent 60%),
    var(--ink);
  color: var(--text-on-dark);
  border-top: 1px solid rgba(201, 165, 92, 0.15);
}
.contact-pro .section-label { color: var(--gold); }
.contact-pro .ornament { color: var(--gold); }
.contact-pro .ornament__rule {
  background: linear-gradient(90deg, transparent, var(--gold) 60%, var(--gold));
}
.contact-pro .ornament__rule:last-child {
  background: linear-gradient(90deg, var(--gold), var(--gold) 40%, transparent);
}
.contact-pro__lead {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--text-on-dark-muted);
  max-width: 720px;
  margin: 0 0 64px;
}
.contact-pro__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-form {
  background: var(--ink-2);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form__field--full { grid-column: 1 / -1; }
.contact-form__field > span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: var(--gold);
}
.contact-form__field > span em {
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--text-on-dark-faint);
  font-weight: 400;
}
.contact-form input,
.contact-form textarea {
  background: var(--ink-3);
  border: 1px solid rgba(201, 165, 92, 0.18);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  font-family: var(--font-sans);
  font-size: 14.5px;
  color: var(--text-on-dark);
  transition: border-color 0.2s ease, background 0.2s ease;
  resize: vertical;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--text-on-dark-faint);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(201, 165, 92, 0.04);
}
.contact-form__submit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 12px;
}
.contact-form__note {
  font-size: 12.5px;
  color: var(--text-on-dark-faint);
  margin: 0;
  max-width: 460px;
  line-height: 1.5;
}

.contact-form__success {
  padding: 24px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.contact-form__success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-form__success h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 26px;
  margin: 0;
  color: var(--text-on-dark);
}
.contact-form__success h3 em { color: var(--gold-light); }
.contact-form__success p {
  margin: 0;
  font-size: 15px;
  color: var(--text-on-dark-muted);
  max-width: 480px;
}

/* Side card */
.contact-side {
  background: var(--ink-2);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-side h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  color: var(--text-on-dark);
}
.contact-side > p {
  font-size: 14.5px;
  color: var(--text-on-dark-muted);
  line-height: 1.55;
  margin: 0 0 8px;
}
.contact-side__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(201, 165, 92, 0.12);
  color: var(--text-on-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-side__item:hover { color: var(--gold-light); }
.contact-side__item svg { color: var(--gold); flex-shrink: 0; }
.contact-side__label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-on-dark-faint);
  margin-bottom: 2px;
}
.contact-side__value {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
}
.contact-side__hours {
  margin-top: 6px;
  padding-top: 16px;
  border-top: 1px solid rgba(201, 165, 92, 0.12);
  font-size: 13.5px;
  color: var(--text-on-dark-muted);
}
.contact-side__hours-title {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.contact-side__values {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(201, 165, 92, 0.12);
}
.contact-side__value-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-on-dark-muted);
}
.contact-side__value-item svg { color: var(--gold); width: 18px; height: 18px; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1000px) {
  .avantage-grid { grid-template-columns: repeat(2, 1fr); }
  .mb-grid { grid-template-columns: 1fr; gap: 48px; }
  .hc-grid { grid-template-columns: 1fr; gap: 48px; }
  .ep-steps { grid-template-columns: repeat(2, 1fr); }
  .ep-counters { grid-template-columns: repeat(2, 1fr); }
  .ep-counter:nth-child(2) { border-right: none; }
  .mep-steps { grid-template-columns: 1fr; }
  .contact-pro__grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .pro-hero { padding: 96px 0 72px; }
  .avantages, .marque-blanche, .hommage-complet, .espace-pro,
  .mise-en-place, .conditions, .contact-pro { padding: 80px 0; }
  .avantage-grid { grid-template-columns: 1fr; }
  .hc-features { grid-template-columns: 1fr; }
  .ep-steps { grid-template-columns: 1fr; }
  .ep-counters { grid-template-columns: 1fr; padding: 24px; }
  .ep-counter { border-right: none; border-bottom: 1px solid rgba(244, 237, 224, 0.08); padding: 12px 18px; }
  .ep-counter:last-child { border-bottom: none; }
  .contact-form { padding: 28px 22px; }
  .contact-form__row { grid-template-columns: 1fr; }
  .avis-note { grid-template-columns: 1fr; padding: 24px; gap: 14px; }
  .conditions__actions .btn { width: 100%; justify-content: center; }
}
