*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body { overflow-x: hidden; background: #F9F8F7; }

  .ar-page {
    --navy: #1A2332;
    --navy-deep: #121a27;
    --sable: #E5DCD3;
    --sable-soft: #EEE7DF;
    --albatre: #F9F8F7;
    --ardoise: #707884;
    --champagne: #C5B49E;
    --champagne-deep: #a89579;
    --up: #3e8f6e;
    --down: #b54848;
    --ff-display: "Playfair Display", Georgia, serif;
    --ff-body: "Inter", system-ui, -apple-system, sans-serif;
    --ease: cubic-bezier(.2,.7,.2,1);
    --container: 1200px;
    --gutter: clamp(20px, 4vw, 48px);
    font-family: var(--ff-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--navy);
    background: var(--albatre);
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
  }

  .ar-page a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
  .ar-page a:hover { color: var(--champagne-deep); }
  .ar-page img { max-width: 100%; display: block; }
  .ar-page button { font-family: inherit; cursor: pointer; }

  .ar-page .container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
  .ar-page section { padding: clamp(44px, 5.5vw, 80px) 0; position: relative; }

  /* Titres */
  .ar-page .section-title { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2rem, 4.2vw, 3.6rem); line-height: 1.08; letter-spacing: -0.015em; margin: 0 0 24px; color: var(--navy); }
  .ar-page .section-title em { font-style: italic; font-weight: 400; color: var(--champagne-deep); }
  .ar-page .section-title.light { color: var(--albatre); }
  .ar-page .section-title.light em { color: var(--champagne); }
  .ar-page h1, .ar-page h2, .ar-page h3, .ar-page h4 { font-family: var(--ff-display); }
  .ar-page .section-lead { font-size: 1.125rem; color: var(--ardoise); max-width: 620px; margin: 0; }

  .ar-page .eyebrow { font-size: .75rem; text-transform: uppercase; letter-spacing: .22em; color: var(--champagne-deep); margin: 0 0 24px; font-weight: 500; display: inline-flex; align-items: center; gap: 14px; font-family: var(--ff-body); }
  .ar-page .eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--champagne-deep); }
  .ar-page .eyebrow.small { font-size: .68rem; letter-spacing: .24em; }
  .ar-page .eyebrow.light { color: var(--champagne); }
  .ar-page .eyebrow.light::before { background: var(--champagne); }
  .ar-page .section-head { max-width: 720px; margin-bottom: clamp(48px, 6vw, 80px); }

  /* Boutons */
  .ar-page .btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; font-size: .9rem; font-weight: 500; letter-spacing: .02em; border: 1px solid transparent; border-radius: 2px; transition: all .28s var(--ease); white-space: nowrap; font-family: var(--ff-body); }
  .ar-page .btn-sm { padding: 10px 20px; font-size: .82rem; }
  .ar-page .btn-lg { padding: 18px 36px; font-size: .95rem; }
  .ar-page .btn-block { width: 100%; }
  .ar-page .btn-primary { background: var(--navy); color: var(--albatre); border-color: var(--navy); }
  .ar-page .btn-primary:hover { background: transparent; color: var(--navy); transform: translateY(-1px); }
  .ar-page .btn-ghost { background: transparent; color: var(--navy); border-color: rgba(26,35,50,.25); }
  .ar-page .btn-ghost:hover { border-color: var(--navy); }
  .ar-page .btn-dark { background: var(--navy); color: var(--albatre); }
  .ar-page .btn-dark:hover { background: var(--navy-deep); transform: translateY(-1px); }
  .ar-page .btn-light { background: var(--albatre); color: var(--navy); }
  .ar-page .btn-light:hover { background: var(--sable); }

  /* Nav */
  .ar-page .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; padding: 22px 0; background: rgba(249,248,247,0); transition: all .35s var(--ease); }
  .ar-page .nav.is-scrolled { background: rgba(249,248,247,.95); backdrop-filter: saturate(180%) blur(10px); padding: 14px 0; box-shadow: 0 1px 0 rgba(26,35,50,.06); }
  .ar-page .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
  .ar-page .brand { display: flex; align-items: center; gap: 12px; color: var(--navy); }
  .ar-page .brand-logo { height: 38px; width: auto; display: block; }
  .ar-page .brand-name { font-family: var(--ff-display); font-size: 1.05rem; color: var(--navy); }
  .ar-page .nav-links { display: flex; gap: 36px; font-size: .92rem; }
  .ar-page .nav-links a { color: var(--navy); opacity: .78; }
  .ar-page .nav-links a:hover { opacity: 1; color: var(--navy); }
  .ar-page .nav-burger { display: none; background: transparent; border: 0; width: 36px; height: 36px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
  .ar-page .nav-burger span { width: 22px; height: 1.5px; background: var(--navy); transition: all .3s var(--ease); display: block; }
  .ar-page .nav-burger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .ar-page .nav-burger.is-open span:nth-child(2) { opacity: 0; }
  .ar-page .nav-burger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .ar-page .nav-drawer { position: fixed; inset: 66px 0 auto 0; background: var(--albatre); padding: 24px var(--gutter); display: none; flex-direction: column; gap: 18px; border-top: 1px solid rgba(26,35,50,.08); z-index: 9998; }
  .ar-page .nav-drawer.is-open { display: flex; }
  .ar-page .nav-drawer a { font-size: 1.1rem; font-family: var(--ff-display); color: var(--navy); }
  @media (max-width: 860px) { .ar-page .nav-links, .ar-page .nav-cta { display: none; } .ar-page .nav-burger { display: inline-flex; } }

  /* Hero */
  .ar-page .hero { min-height: 100vh; display: grid; align-items: center; position: relative; overflow: hidden; background: radial-gradient(1200px 600px at 80% 10%, rgba(197,180,158,.18), transparent 60%), radial-gradient(1000px 700px at 15% 90%, rgba(26,35,50,.06), transparent 60%), linear-gradient(180deg, var(--albatre) 0%, var(--sable-soft) 100%); padding: 160px 0 120px; }
  .ar-page .hero-bg { position: absolute; inset: 0; pointer-events: none; }
  .ar-page .hero-grain { position: absolute; inset: 0; background-image: radial-gradient(rgba(26,35,50,.035) 1px, transparent 1px); background-size: 3px 3px; opacity: .6; mix-blend-mode: multiply; }
  .ar-page .hero-arc { position: absolute; right: -15%; top: -10%; width: 900px; height: 900px; border: 1px solid rgba(26,35,50,.09); border-radius: 50%; }
  .ar-page .hero-arc::before { content: ""; position: absolute; inset: 80px; border: 1px solid rgba(197,180,158,.35); border-radius: 50%; }
  .ar-page .hero-arc::after { content: ""; position: absolute; inset: 180px; border: 1px dashed rgba(26,35,50,.06); border-radius: 50%; }
  .ar-page .hero-inner { position: relative; }
  .ar-page .hero-title { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2.6rem, 6.2vw, 5.4rem); line-height: 1.02; letter-spacing: -.02em; margin: 0 0 28px; max-width: 960px; color: var(--navy); }
  .ar-page .hero-title em { font-style: italic; font-weight: 400; color: var(--champagne-deep); }
  .ar-page .hero-sub { font-size: clamp(1.02rem, 1.6vw, 1.22rem); color: var(--ardoise); max-width: 640px; margin: 0 0 44px; line-height: 1.65; }
  .ar-page .hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 72px; }
  .ar-page .hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 32px; font-size: .9rem; color: var(--ardoise); }
  .ar-page .hero-meta .num { font-family: var(--ff-display); font-size: 1.75rem; color: var(--navy); display: block; line-height: 1; margin-bottom: 4px; }
  .ar-page .hero-meta > div:first-child .num { font-size: 2.5rem; }
  .ar-page .hero-meta .lbl { display: block; max-width: 220px; }
  .ar-page .hero-meta .sep { width: 1px; height: 36px; background: rgba(26,35,50,.18); }
  @media (max-width: 640px) { .ar-page .hero-meta .sep { display: none; } }

  /* Trust */
  .ar-page .trust { padding: clamp(48px, 6vw, 72px) 0; background: var(--albatre); border-top: 1px solid rgba(26,35,50,.06); border-bottom: 1px solid rgba(26,35,50,.06); }
  .ar-page .trust-label { text-align: center; font-size: .78rem; text-transform: uppercase; letter-spacing: .28em; color: var(--ardoise); margin: 0 0 36px; font-family: var(--ff-body); }
  .ar-page .trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; text-align: center; }
  .ar-page .trust-item { padding: 12px 8px; border-left: 1px solid rgba(26,35,50,.08); }
  .ar-page .trust-item:first-child { border-left: 0; }
  .ar-page .trust-item span { display: block; font-family: var(--ff-display); font-size: 1.35rem; color: var(--navy); }
  .ar-page .trust-item small { display: block; font-size: .8rem; color: var(--ardoise); margin-top: 6px; }
  @media (max-width: 640px) { .ar-page .trust-item { border-left: 0; border-top: 1px solid rgba(26,35,50,.08); padding-top: 20px; } .ar-page .trust-item:first-child { border-top: 0; } }

  /* Ticker */
  .ar-page .ticker-section { padding: clamp(44px, 5.5vw, 80px) 0; background: var(--navy); color: var(--albatre); overflow: hidden; }
  .ar-page .ticker-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; gap: 20px; flex-wrap: wrap; }
  .ar-page .ticker-status { font-size: .8rem; color: rgba(249,248,247,.55); margin: 0; }
  .ar-page .ticker { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%); }
  .ar-page .ticker-track { display: inline-flex; animation: arTickerScroll 60s linear infinite; will-change: transform; }
  .ar-page .ticker:hover .ticker-track { animation-play-state: paused; }
  .ar-page .ticker-item { display: inline-flex; align-items: baseline; gap: 14px; padding: 10px 36px; border-right: 1px solid rgba(249,248,247,.1); min-width: max-content; }
  .ar-page .ticker-symbol { font-family: var(--ff-display); font-size: 1rem; color: var(--albatre); }
  .ar-page .ticker-name { font-size: .78rem; color: rgba(249,248,247,.55); text-transform: uppercase; letter-spacing: .12em; }
  .ar-page .ticker-value { font-variant-numeric: tabular-nums; font-size: 1rem; color: var(--albatre); }
  .ar-page .ticker-change { font-size: .85rem; display: inline-flex; align-items: center; gap: 4px; }
  .ar-page .ticker-change.up { color: #7fc6a5; }
  .ar-page .ticker-change.down { color: #e08a8a; }
  .ar-page .ticker-change::before { content: ""; display: inline-block; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; }
  .ar-page .ticker-change.up::before { border-bottom: 5px solid #7fc6a5; }
  .ar-page .ticker-change.down::before { border-top: 5px solid #e08a8a; }
  @keyframes arTickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .ar-page .ticker-footnote { margin-top: 24px; font-size: .74rem; color: rgba(249,248,247,.45); text-align: center; }

  /* About */
  .ar-page .about { background: var(--albatre); }
  .ar-page .about-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
  @media (max-width: 880px) { .ar-page .about-grid { grid-template-columns: 1fr; } }
  .ar-page .about-media { position: relative; }
  .ar-page .about-photo { width: 100%; aspect-ratio: 4/5; border-radius: 2px; position: relative; overflow: hidden; background: var(--sable); }
  .ar-page .about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .ar-page .about-badge { position: absolute; left: -18px; bottom: 36px; padding: 18px 22px; background: var(--navy); color: var(--albatre); display: flex; align-items: center; gap: 14px; font-family: var(--ff-display); font-size: .95rem; line-height: 1.35; max-width: 260px; box-shadow: 0 20px 40px -20px rgba(26,35,50,.4); }
  .ar-page .about-badge em { color: var(--champagne); font-size: .82rem; }
  .ar-page .badge-line { width: 28px; height: 1px; background: var(--champagne); flex: none; }
  @media (max-width: 540px) { .ar-page .about-badge { left: 12px; right: 12px; bottom: 12px; max-width: none; } }
  .ar-page .about-body p { font-size: 1.05rem; color: var(--navy); margin: 0 0 22px; line-height: 1.75; }
  .ar-page .about-body strong { color: var(--navy); font-weight: 600; }
  .ar-page .about-body em { font-style: italic; color: var(--ardoise); }
  .ar-page .about-body .signature { font-family: var(--ff-display); font-style: italic; font-size: 1.1rem; color: var(--champagne-deep); margin-top: 32px; }

  /* Services */
  .ar-page .services { background: linear-gradient(180deg, var(--albatre) 0%, var(--sable-soft) 100%); }
  .ar-page .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  @media (max-width: 900px) { .ar-page .services-grid { grid-template-columns: 1fr; } }
  .ar-page .service-card { background: var(--albatre); padding: 44px 36px 40px; border: 1px solid rgba(26,35,50,.08); border-radius: 2px; transition: all .35s var(--ease); }
  .ar-page .service-card:hover { transform: translateY(-4px); border-color: rgba(197,180,158,.5); box-shadow: 0 30px 60px -30px rgba(26,35,50,.18); }
  .ar-page .service-num { font-family: var(--ff-display); font-style: italic; font-size: .95rem; color: var(--champagne-deep); margin-bottom: 28px; }
  .ar-page .service-card h3 { font-family: var(--ff-display); font-size: 1.6rem; font-weight: 500; line-height: 1.15; margin: 0 0 18px; color: var(--navy); }
  .ar-page .service-card p { color: var(--ardoise); margin: 0 0 28px; font-size: .98rem; line-height: 1.68; }
  .ar-page .service-card ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(26,35,50,.08); padding-top: 20px; }
  .ar-page .service-card li { padding: 8px 0; font-size: .92rem; position: relative; padding-left: 22px; color: var(--navy); }
  .ar-page .service-card li::before { content: ""; position: absolute; left: 0; top: 16px; width: 10px; height: 1px; background: var(--champagne-deep); }

  /* Approche */
  .ar-page .approach { background: var(--albatre); }
  .ar-page .approach-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
  @media (max-width: 900px) { .ar-page .approach-grid { grid-template-columns: 1fr; } }
  .ar-page .approach-lead { color: var(--ardoise); font-size: 1.05rem; line-height: 1.75; margin: 0 0 36px; }
  .ar-page .steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; background: rgba(26,35,50,.08); border: 1px solid rgba(26,35,50,.08); }
  .ar-page .step { background: var(--albatre); padding: 32px; display: grid; grid-template-columns: 80px 1fr; gap: 24px; align-items: start; transition: background .3s var(--ease); }
  .ar-page .step:hover { background: var(--sable-soft); }
  .ar-page .step-num { font-family: var(--ff-display); font-style: italic; font-size: 1.35rem; color: var(--champagne-deep); }
  .ar-page .step h4 { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 500; margin: 0 0 8px; color: var(--navy); }
  .ar-page .step p { margin: 0; color: var(--ardoise); line-height: 1.65; font-size: .98rem; }
  @media (max-width: 520px) { .ar-page .step { grid-template-columns: 1fr; padding: 24px 22px; gap: 10px; } }

  /* CTA Booking */
  .ar-page .cta-booking { background: var(--navy); color: var(--albatre); position: relative; overflow: hidden; }
  .ar-page .cta-booking::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 400px at 90% 20%, rgba(197,180,158,.18), transparent 60%), radial-gradient(500px 400px at 10% 100%, rgba(197,180,158,.08), transparent 60%); pointer-events: none; }
  .ar-page .cta-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; position: relative; }
  @media (max-width: 900px) { .ar-page .cta-inner { grid-template-columns: 1fr; } }
  .ar-page .cta-lead { color: rgba(249,248,247,.75); font-size: 1.08rem; line-height: 1.7; max-width: 520px; margin: 0 0 32px; }
  .ar-page .cta-note { margin-top: 14px; font-size: .82rem; color: rgba(249,248,247,.5); }
  .ar-page .cta-art { position: relative; aspect-ratio: 1/1; max-width: 420px; margin-left: auto; }
  .ar-page .cta-arc { position: absolute; inset: 0; border: 1px solid rgba(197,180,158,.45); border-radius: 50%; }
  .ar-page .cta-arc::before { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(197,180,158,.3); border-radius: 50%; }
  .ar-page .cta-arc::after { content: ""; position: absolute; inset: 28%; border: 1px dashed rgba(249,248,247,.18); border-radius: 50%; }
  .ar-page .cta-lines { position: absolute; inset: 42%; border-radius: 50%; background: radial-gradient(circle, rgba(197,180,158,.35), transparent 70%); }
  @media (max-width: 900px) { .ar-page .cta-art { display: none; } }

  /* Contact */
  .ar-page .contact { background: var(--sable-soft); }
  .ar-page .contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
  @media (max-width: 900px) { .ar-page .contact-grid { grid-template-columns: 1fr; } }
  .ar-page .contact-lead { color: var(--ardoise); font-size: 1.05rem; line-height: 1.7; margin: 0 0 32px; }
  .ar-page .contact-details { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
  .ar-page .contact-details li { font-size: .95rem; color: var(--navy); display: flex; align-items: center; gap: 14px; }
  .ar-page .contact-details .ic { width: 32px; height: 32px; display: grid; place-items: center; background: var(--albatre); border: 1px solid rgba(26,35,50,.08); color: var(--champagne-deep); font-size: .9rem; flex: none; }
  .ar-page .contact-form { background: var(--albatre); padding: clamp(28px, 4vw, 44px); border: 1px solid rgba(26,35,50,.08); border-radius: 2px; }
  .ar-page .field { margin-bottom: 22px; position: relative; }
  .ar-page .field.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .ar-page .field label { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; color: var(--ardoise); margin-bottom: 10px; font-weight: 500; font-family: var(--ff-body); }
  .ar-page .field input,
  .ar-page .field textarea { width: 100%; padding: 14px 16px; font-family: var(--ff-body); font-size: 1rem; color: var(--navy); background: var(--albatre); border: 1px solid rgba(26,35,50,.18); border-radius: 2px; outline: none; transition: border-color .25s; }
  .ar-page .field input:focus,
  .ar-page .field textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(26,35,50,.08); }
  .ar-page .field textarea { resize: vertical; min-height: 120px; }

  /* Dropdown */
  .ar-page .select-wrap { position: relative; }
  .ar-page .select-wrap::after { content: ""; position: absolute; right: 18px; top: 50%; width: 8px; height: 8px; border-right: 1.5px solid var(--ardoise); border-bottom: 1.5px solid var(--ardoise); transform: translateY(-75%) rotate(45deg); pointer-events: none; }
  .ar-page .field select { width: 100%; padding: 14px 40px 14px 16px; height: auto; min-height: 50px; line-height: 1.5; font-family: var(--ff-body); font-size: 1rem; color: var(--navy); background: var(--albatre); border: 1px solid rgba(26,35,50,.18); border-radius: 2px; appearance: none; -webkit-appearance: none; -moz-appearance: none; outline: none; }
  .ar-page .field select:focus { border-color: var(--navy); }
  .ar-page .field select option { color: var(--navy); background: white; }

  .ar-page .form-status { margin-top: 16px; font-size: .9rem; min-height: 20px; }
  .ar-page .form-status.is-ok { color: var(--up); }
  .ar-page .form-status.is-err { color: var(--down); }

  /* Newsletter */
  .ar-page .newsletter { background: var(--navy-deep); color: var(--albatre); position: relative; overflow: hidden; }
  .ar-page .newsletter::before { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 400px at 20% 50%, rgba(197,180,158,.1), transparent 60%); pointer-events: none; }
  .ar-page .newsletter-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; position: relative; }
  @media (max-width: 900px) { .ar-page .newsletter-inner { grid-template-columns: 1fr; } }
  .ar-page .newsletter-lead { color: rgba(249,248,247,.75); font-size: 1.02rem; line-height: 1.7; margin: 0; }
  .ar-page .newsletter-form { display: flex; flex-wrap: wrap; gap: 10px; position: relative; }
  .ar-page .newsletter-form input { flex: 1 1 260px; padding: 16px 18px; font-family: var(--ff-body); font-size: 1rem; color: var(--albatre); background: rgba(249,248,247,.06); border: 1px solid rgba(249,248,247,.18); border-radius: 2px; outline: none; }
  .ar-page .newsletter-form input::placeholder { color: rgba(249,248,247,.45); }
  .ar-page .newsletter-form input:focus { border-color: var(--champagne); }
  .ar-page .newsletter-form .form-status { flex-basis: 100%; color: rgba(249,248,247,.8); }
  .ar-page .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

  /* Footer */
  .ar-page .footer { background: var(--navy); color: rgba(249,248,247,.8); padding: 80px 0 40px; }
  .ar-page .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
  @media (max-width: 860px) { .ar-page .footer-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) { .ar-page .footer-grid { grid-template-columns: 1fr; } }
  .ar-page .footer-logo { font-family: var(--ff-display); font-size: 1.4rem; color: var(--albatre); margin: 0 0 12px; }
  .ar-page .footer-tag { font-size: .92rem; max-width: 320px; margin: 0; color: rgba(249,248,247,.6); }
  .ar-page .footer-title { font-size: .72rem; text-transform: uppercase; letter-spacing: .22em; color: var(--champagne); margin: 0 0 18px; font-family: var(--ff-body); }
  .ar-page .footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .92rem; }
  .ar-page .footer-col a { color: rgba(249,248,247,.72); }
  .ar-page .footer-col a:hover { color: var(--albatre); }
  .ar-page .footer-bottom { padding-top: 28px; border-top: 1px solid rgba(249,248,247,.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; font-size: .82rem; color: rgba(249,248,247,.5); }
  .ar-page .footer-fine { max-width: 560px; margin: 0; }

  /* Approche + CTA merged */
  .ar-page .approach-cta { background: var(--navy); color: var(--albatre); position: relative; overflow: hidden; }
  .ar-page .approach-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 500px at 80% 50%, rgba(197,180,158,.12), transparent 60%), radial-gradient(600px 400px at 10% 80%, rgba(197,180,158,.06), transparent 60%); pointer-events: none; }
  .ar-page .approach-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 100px); align-items: center; position: relative; }
  @media (max-width: 860px) { .ar-page .approach-cta-grid { grid-template-columns: 1fr; } }
  .ar-page .approach-cta-sub { color: rgba(249,248,247,.72); font-size: 1.05rem; line-height: 1.7; max-width: 460px; margin: 0 0 36px; }
  .ar-page .approach-cta-note { margin-top: 14px; font-size: .8rem; color: rgba(249,248,247,.4); letter-spacing: .04em; }
  .ar-page .steps-mini { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }
  .ar-page .step-mini { background: rgba(249,248,247,.04); padding: 22px 28px; display: block; border: 1px solid rgba(249,248,247,.08); border-bottom: none; transition: background .3s var(--ease); cursor: pointer; }
  .ar-page .step-mini:last-child { border-bottom: 1px solid rgba(249,248,247,.08); }
  .ar-page .step-mini:hover, .ar-page .step-mini.is-open { background: rgba(249,248,247,.09); }
  .ar-page .step-mini-header { display: flex; align-items: center; gap: 24px; }
  .ar-page .step-mini .step-num { font-family: var(--ff-display); font-style: italic; font-size: 1rem; color: var(--champagne); flex: none; width: 36px; }
  .ar-page .step-mini-title { font-family: var(--ff-display); font-size: 1.1rem; font-weight: 500; color: var(--albatre); }
  .ar-page .step-mini-body { max-height: 0; overflow: hidden; font-size: .92rem; line-height: 1.65; color: rgba(249,248,247,.62); margin: 0; padding: 0 0 0 60px; transition: max-height .38s var(--ease), padding .38s var(--ease), opacity .38s var(--ease); opacity: 0; }
  .ar-page .step-mini.is-open .step-mini-body { max-height: 200px; padding: 10px 0 6px 60px; opacity: 1; }

  /* Reveal on scroll */
  .ar-page .reveal { opacity: 0; transform: translateY(18px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
  .ar-page .reveal.is-visible { opacity: 1; transform: translateY(0); }
  @media (prefers-reduced-motion: reduce) { .ar-page .reveal { opacity: 1; transform: none; } .ar-page .ticker-track { animation: none; } }

  /* Trust — items plus grands */
  .ar-page .trust-item { padding: 20px 16px; }
  .ar-page .trust-item span { font-size: 2rem; }
  .ar-page .trust-item small { font-size: .95rem; margin-top: 10px; }

  /* About — réduire le gap en bas */
  .ar-page .about { padding-bottom: clamp(20px, 2.5vw, 36px); }

  /* Footer — AMF */
  .ar-page .footer-amf { font-size: .78rem; color: rgba(249,248,247,.4); margin-top: 10px; }
  .ar-page .footer-amf a { color: rgba(249,248,247,.4); text-decoration: underline; text-underline-offset: 3px; transition: color .25s; }
  .ar-page .footer-amf a:hover { color: rgba(249,248,247,.75); }
  .ar-page .footer-cabinet-logo { display: block; margin-top: 22px; max-width: 140px; height: auto; opacity: .85; }
  .ar-page .footer-address { font-size: .8rem; color: rgba(249,248,247,.4); margin-top: 10px; line-height: 1.6; }

  /* Contact — lien email */
  .ar-page .contact-details a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   MODALS — POLITIQUE DE CONFIDENTIALITÉ & CONDITIONS
   ============================================================ */
.ar-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.ar-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 35, 50, 0.72);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.ar-modal-box {
  position: relative;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 760px;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 64px rgba(0,0,0,.28);
  overflow: hidden;
}
.ar-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  background: #f4f0eb;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #1A2332;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.ar-modal-close:hover { background: #e5dcd3; }
.ar-modal-body {
  overflow-y: auto;
  padding: 0;
  flex: 1;
  overscroll-behavior: contain;
}

/* ============================================================
   CONTENU LÉGAL — .ar-legal
   ============================================================ */
.ar-legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 32px 64px;
  font-family: 'Inter', system-ui, sans-serif;
  color: #1A2332;
  line-height: 1.8;
  font-size: 1rem;
}
.ar-legal h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -.015em;
  margin: 0 0 8px;
}
.ar-legal .ar-legal-date {
  font-size: .82rem;
  color: #707884;
  letter-spacing: .04em;
  margin-bottom: 32px;
  display: block;
}
.ar-legal h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 40px 0 10px;
  color: #1A2332;
}
.ar-legal p { margin: 0 0 16px; color: #2e3a4a; }
.ar-legal ul { padding-left: 20px; margin: 0 0 16px; }
.ar-legal ul li { margin-bottom: 6px; color: #2e3a4a; }
.ar-legal strong { color: #1A2332; }
.ar-legal a { color: #a89579; text-underline-offset: 3px; }
.ar-legal hr { border: none; border-top: 1px solid #E5DCD3; margin: 36px 0; }
.ar-legal table {
  width: 100%;
  border-collapse: collapse;
  font-size: .92rem;
  margin: 12px 0 20px;
}
.ar-legal th {
  background: #EEE7DF;
  padding: 8px 14px;
  text-align: left;
  border: 1px solid #E5DCD3;
  font-weight: 500;
}
.ar-legal td { padding: 8px 14px; border: 1px solid #E5DCD3; vertical-align: top; }
.ar-legal .ar-eyebrow {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #a89579;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ar-legal .ar-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #a89579;
}
@media (max-width: 600px) {
  .ar-legal { padding: 32px 20px 48px; }
  .ar-legal h1 { font-size: 1.6rem; }
  .ar-modal-box { max-height: 92vh; }
}
