

  :root {
    --paper: #FBFAF6;
    --surface: #FFFFFF;
    --alt: #F1ECE0;
    --ink: #0F2038;
    --muted: #57697D;
    --accent: #1E4E8C;
    --accent-deep: #143A6B;
    --accent-soft: #E6EEF8;
    --bright: #3B77C9;
    --line: #E4E0D6;
    --shadow-sm: 0 1px 2px rgba(15,32,56,0.05);
    --shadow-md: 0 24px 44px -30px rgba(15,32,56,0.22);
    --radius: 2px;
    --display: "Fraunces", Georgia, "Times New Roman", serif;
    --body: "Source Sans 3", system-ui, -apple-system, sans-serif;
    --maxw: 1160px;
  }
  /* Site volontairement en thème clair (bleu éditorial), rendu identique partout. */

  [hidden] { display: none !important; }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
  body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
  h1, h2, h3, h4 { font-family: var(--display); font-weight: 560; line-height: 1.12; text-wrap: balance; margin: 0; letter-spacing: -0.005em; }
  p { margin: 0; }
  a { color: inherit; }
  img { display: block; max-width: 100%; }
  em { font-style: italic; }

  .wrap { width: min(var(--maxw), 100% - 3rem); margin-inline: auto; }
  .eyebrow { display: inline-flex; align-items: center; gap: 0.65rem; font-family: var(--body); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
  .eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); display: inline-block; }
  .section-head.center .eyebrow::before { display: none; }

  .btn { display: inline-flex; align-items: center; gap: 0.55rem; cursor: pointer; background: var(--ink); color: #fff; text-decoration: none; font-weight: 600; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.95rem 1.8rem; border-radius: 2px; border: 1px solid var(--ink); transition: background 0.2s, border-color 0.2s, transform 0.2s; }
  .btn:hover { background: #223A57; border-color: #223A57; transform: translateY(-1px); }
  .btn.ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
  .btn.ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
  .btn.lg { padding: 1.05rem 2.1rem; font-size: 0.84rem; }
  .btn svg { width: 18px; height: 18px; }
  a:focus-visible, summary:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

  .ribbon { background: var(--ink); color: rgba(255,255,255,0.78); font-size: 0.67rem; letter-spacing: 0.16em; text-transform: uppercase; }
  .ribbon .wrap { display: flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 0.6rem 0; text-align: center; flex-wrap: wrap; }
  .ribbon a { color: #D9C084; font-weight: 700; text-decoration: none; }
  .ribbon a:hover { text-decoration: underline; }
  .ribbon strong { color: #fff; }
  .ribbon { position: relative; }
  .ribbon .wrap { padding-right: 2.4rem; padding-left: 2.4rem; }
  #continuityClose { position: absolute; right: 0.9rem; top: 50%; transform: translateY(-50%); background: none; border: none; color: rgba(255,255,255,0.75); font-size: 1.05rem; line-height: 1; cursor: pointer; padding: 0.35rem 0.5rem; }
  #continuityClose:hover { color: #fff; }
  @media (max-width: 640px) { .ribbon { font-size: 0.62rem; } .ribbon .wrap { padding-left: 2.2rem; padding-right: 2.2rem; gap: 0.35rem; } }

  header.nav { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.85rem 0; }
  .brand { display: flex; align-items: center; gap: 0.65rem; font-family: var(--display); font-size: 1.1rem; font-weight: 600; text-decoration: none; }
  .brand .mark { width: 42px; height: 42px; flex: none; border-radius: 0; display: grid; place-items: center; background: transparent; color: var(--ink); border: 1px solid #B49254; font-family: var(--display); font-size: 1.1rem; font-weight: 600; letter-spacing: 0.05em; }
  .brand small { display: block; font-family: var(--body); font-weight: 500; font-size: 0.68rem; color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; margin-top: 2px; }
  .nav-links { display: flex; align-items: center; gap: 1.15rem; }
  .nav-links a:not(.btn) { text-decoration: none; font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; color: var(--muted); transition: color 0.2s; white-space: nowrap; }
  .nav-links a:not(.btn):hover { color: var(--ink); }
  .nav-links a.active:not(.btn) { color: var(--accent); font-weight: 600; }
  .nav-toggle { display: none; background: var(--surface); border: 1px solid var(--line); border-radius: 2px; width: 44px; height: 42px; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); }
  .nav-toggle svg { width: 22px; height: 22px; }
  @media (max-width: 1060px) {
    .nav-toggle { display: inline-flex; }
    .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--surface); border-bottom: 1px solid var(--line); padding: 0.6rem clamp(1rem, 4vw, 2rem) 1.2rem; box-shadow: var(--shadow-md); }
    .nav-links:not(.open) { display: none; }
    .nav-links a:not(.btn) { padding: 0.85rem 0.2rem; border-bottom: 1px solid var(--line); font-size: 1rem; }
    .nav-links .btn { margin-top: 0.8rem; justify-content: center; }
  }

  .page { animation: fade 0.4s ease both; }
  @keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
  @media (prefers-reduced-motion: reduce) { .page { animation: none; } }

  /* Hero */
  .hero { padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem); }
  .hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
  @media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; } }
  .hero h1 { font-size: clamp(2.7rem, 6vw, 4.6rem); font-weight: 500; margin: 1.3rem 0 0; line-height: 1.04; }
  .hero h1 em { font-style: italic; color: var(--accent); }
  .hero .lead { font-size: clamp(1.08rem, 2.2vw, 1.25rem); color: var(--muted); margin-top: 1.4rem; max-width: 46ch; }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.2rem; }
  .chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2.2rem; }
  .chip { display: inline-flex; align-items: center; gap: 0.45rem; color: var(--muted); font-size: 0.85rem; font-weight: 500; }
  .chip + .chip::before { content: "·"; margin-right: 0.5rem; color: var(--line); }
  .chip svg { width: 15px; height: 15px; color: var(--accent); }
  .hero-photo { position: relative; }
  .hero-photo .frame { border-radius: 2px; overflow: hidden; box-shadow: var(--shadow-md); background: var(--alt); aspect-ratio: 47 / 60; }
  .hero-photo .frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(1.02); }
  .hero-photo .badge { position: absolute; left: -16px; bottom: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 4px; padding: 0.85rem 1.1rem; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 0.7rem; max-width: 82%; }
  .hero-photo .badge .ring { width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; }
  .hero-photo .badge b { font-family: var(--display); font-weight: 560; display: block; font-size: 1rem; }
  .hero-photo .badge span { font-size: 0.8rem; color: var(--muted); }
  @media (max-width: 880px) { .hero-photo { max-width: 400px; margin-inline: auto; } }

  section.block { padding: clamp(3.5rem, 7vw, 6rem) 0; }
  .block + .block { border-top: 1px solid var(--line); }
  .section-head { max-width: 56ch; margin-bottom: 3rem; }
  .section-head.center { margin-inline: auto; text-align: center; }
  .section-head h2 { font-size: clamp(2.5rem, 5.4vw, 3.9rem); font-weight: 600; margin-top: 0.9rem; }
  .section-head p { color: var(--muted); margin-top: 1rem; font-size: 1.05rem; }
  .alt { background: var(--alt); }
  .block.alt + .block { border-top: none; }
  .lead-lg { font-family: var(--display); font-size: clamp(1.3rem, 2.6vw, 1.7rem); font-weight: 400; line-height: 1.35; max-width: 24ch; color: var(--ink); }
  .lead-lg + .lead-lg { margin-top: 1rem; }
  p.lead-lg { max-width: 30ch; }

  .page-head { padding: clamp(3rem, 6vw, 4.5rem) 0 0.5rem; }
  .breadcrumb { font-size: 0.82rem; color: var(--muted); margin-bottom: 1rem; letter-spacing: 0.02em; }
  .breadcrumb a { color: var(--accent); text-decoration: none; }
  .page-head h1 { font-size: clamp(2.7rem, 5.8vw, 4.2rem); font-weight: 600; }
  .page-head p { color: var(--muted); margin-top: 1.1rem; max-width: 58ch; font-size: 1.08rem; }

  .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
  .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
  .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  @media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 620px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } .grid-2 { grid-template-columns: 1fr; } }

  /* Editorial cells (in hairline grids) */
  .card { background: var(--surface); padding: 1.8rem 1.6rem; transition: background 0.2s; }
  .card:hover { background: var(--accent-soft); }
  .card .ic { color: var(--accent); margin-bottom: 1rem; }
  .card .ic svg { width: 28px; height: 28px; }
  .card h3 { font-size: 1.2rem; font-weight: 600; }
  .card p { color: var(--muted); font-size: 0.95rem; margin-top: 0.5rem; line-height: 1.6; }
  /* Standalone cards outside hairline grids */
  .grid-2 > .card { border: 1px solid var(--line); border-radius: var(--radius); }
  .grid-2 > .card:hover { background: var(--surface); }

  .schema { margin-top: 2.6rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.6rem); }
  .schema + .schema { margin-top: 1.5rem; }
  .schema figure { margin: 0; }
  .schema svg { width: 100%; height: auto; display: block; max-width: 640px; margin-inline: auto; color: var(--ink); }
  .schema figcaption { margin-top: 1.4rem; text-align: center; color: var(--muted); font-size: 0.95rem; max-width: 56ch; margin-inline: auto; }
  .schema figcaption em { color: var(--accent); font-style: italic; }

  .steps { display: grid; gap: 0; border-top: 1px solid var(--line); }
  .step { display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; align-items: baseline; padding: 1.7rem 0.3rem; border-bottom: 1px solid var(--line); }
  .step .n { font-family: var(--display); font-weight: 400; font-size: 2.1rem; color: var(--accent); line-height: 1; min-width: 2.4rem; }
  .step h3 { font-size: 1.25rem; font-weight: 600; }
  .step p { color: var(--muted); margin-top: 0.45rem; font-size: 0.98rem; }
  @media (min-width: 820px) { .steps.two { grid-template-columns: 1fr 1fr; column-gap: 3rem; } .steps.two .step.wide { grid-column: 1 / -1; } }

  .flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 0.5rem; margin-top: 2rem; }
  .flow .node { text-align: center; padding: 0 0.5rem; }
  .flow .disc { width: 72px; height: 72px; margin: 0 auto 1rem; border-radius: 50%; border: 1.5px solid var(--accent); color: var(--accent); display: grid; place-items: center; }
  .flow .disc svg { width: 32px; height: 32px; }
  .flow h4 { font-size: 1.05rem; font-weight: 600; }
  .flow p { color: var(--muted); font-size: 0.9rem; margin-top: 0.4rem; }
  .flow .arr { color: var(--line); padding-top: 24px; }
  .flow .arr svg { width: 28px; height: 28px; }
  @media (max-width: 720px) { .flow { grid-template-columns: 1fr; } .flow .arr { transform: rotate(90deg); margin: 0.4rem auto; padding: 0; } }

  .treat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
  .treat .top { padding: 1.8rem 1.7rem 0; }
  .treat .tag { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
  .treat h3 { font-size: 1.4rem; font-weight: 600; margin-top: 0.7rem; }
  .treat .body { padding: 0.7rem 1.7rem 1.9rem; color: var(--muted); font-size: 0.96rem; }
  .treat ul { margin: 1.1rem 0 0; padding: 1.1rem 0 0; list-style: none; display: grid; gap: 0.55rem; border-top: 1px solid var(--line); }
  .treat li { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--ink); font-size: 0.9rem; }
  .treat li svg { width: 16px; height: 16px; flex: none; color: var(--accent); margin-top: 0.25rem; }
  /* treat lives in grid-3 hairline wrapper; give it its own separation */
  .grid-3 > .treat { border: none; }

  .timeline { list-style: none; margin: 0; padding: 0; position: relative; }
  .timeline::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 1px; background: var(--line); }
  .timeline li { position: relative; padding: 0 0 1.6rem 1.9rem; }
  .timeline li:last-child { padding-bottom: 0; }
  .timeline li::before { content: ""; position: absolute; left: 0; top: 6px; width: 11px; height: 11px; border-radius: 50%; background: var(--surface); border: 2px solid var(--accent); }
  .timeline .yr { font-family: var(--body); font-weight: 700; color: var(--accent); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
  .timeline h4 { font-size: 1.08rem; font-weight: 600; margin-top: 0.25rem; }
  .timeline p { color: var(--muted); font-size: 0.9rem; margin-top: 0.2rem; }

  .split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
  @media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
  .split p + p { margin-top: 1.1rem; }
  .split p { color: var(--muted); }
  .split .lead-lg { color: var(--ink); }
  .panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.7rem, 4vw, 2.4rem); }
  .panel h3 { font-size: 1.35rem; font-weight: 600; margin-bottom: 1.5rem; }
  .photo-side .frame { border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 47/60; }
  .photo-side .frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

  .loc { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.9rem 1.8rem; }
  .loc.now { border-color: var(--accent); box-shadow: inset 3px 0 0 var(--accent); }
  .loc .state { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; color: var(--accent); }
  .loc.soon .state { color: var(--muted); }
  .loc h3 { font-size: 1.4rem; font-weight: 600; }
  .loc address { font-style: normal; color: var(--muted); margin-top: 0.6rem; font-size: 0.96rem; line-height: 1.6; }
  .loc p { color: var(--muted); margin-top: 0.8rem; font-size: 0.95rem; }

  .faq { display: grid; gap: 0; max-width: 800px; margin-inline: auto; border-top: 1px solid var(--line); }
  .faq details { border-bottom: 1px solid var(--line); }
  .faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.25rem 0.2rem; font-family: var(--display); font-weight: 500; font-size: 1.2rem; }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary .plus { flex: none; width: 24px; height: 24px; color: var(--accent); display: grid; place-items: center; font-size: 1.4rem; font-weight: 300; transition: transform 0.2s; }
  .faq details[open] summary .plus { transform: rotate(45deg); }
  .faq details p { color: var(--muted); padding: 0 2.4rem 1.4rem 0.2rem; margin-top: -0.3rem; }

  .tip { background: var(--surface); padding: 1.8rem 1.6rem; display: flex; flex-direction: column; gap: 0.6rem; transition: background 0.2s; }
  .tip:hover { background: var(--accent-soft); }
  .tip .ic { color: var(--accent); }
  .tip .ic svg { width: 26px; height: 26px; }
  .tip h3 { font-size: 1.15rem; font-weight: 600; }
  .tip p { color: var(--muted); font-size: 0.93rem; }

  .info { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.6rem; }
  .info li { display: grid; grid-template-columns: 40px 1fr; gap: 1.1rem; align-items: start; }
  .info .ic { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--accent); }
  .info .ic svg { width: 19px; height: 19px; }
  .info dt { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
  .info dd { margin: 0.35rem 0 0; font-size: 1.08rem; font-weight: 600; }
  .info dd a { color: inherit; text-decoration: none; }
  .info dd a:hover { color: var(--accent); }
  .info dd .sub { display: block; font-weight: 400; font-size: 0.85rem; color: var(--muted); margin-top: 0.15rem; }
  .info dd .todo { display: block; font-weight: 400; font-size: 0.82rem; color: var(--accent); font-style: italic; }
  .booking { background: var(--ink); color: #fff; border-radius: var(--radius); padding: clamp(1.9rem, 4vw, 2.6rem); }
  .booking h3 { font-size: 1.6rem; font-weight: 500; color: #fff; }
  .booking p { color: rgba(255,255,255,0.72); margin-top: 0.8rem; }
  .booking .btn { margin-top: 1.7rem; background: #fff; color: var(--accent-deep); border-color: #fff; }
  .booking .btn:hover { background: #EAF1FB; border-color: #EAF1FB; }
  .booking .fine { margin-top: 1.1rem; font-size: 0.84rem; color: rgba(255,255,255,0.55); }

  .cta-band { background: var(--ink); color: #fff; border-radius: var(--radius); padding: clamp(2.2rem, 5vw, 3.2rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
  .cta-band h2 { font-size: clamp(1.7rem, 3.6vw, 2.4rem); font-weight: 500; color: #fff; }
  .cta-band p { color: rgba(255,255,255,0.8); margin-top: 0.6rem; max-width: 48ch; }
  .cta-band .btn { background: #fff; border-color: #fff; color: var(--accent-deep); }
  .cta-band .btn:hover { background: #EAF1FB; border-color: #EAF1FB; }

  .legal { max-width: 720px; }
  .legal h2 { font-size: 1.4rem; font-weight: 500; margin: 2.2rem 0 0.6rem; }
  .legal h2:first-of-type { margin-top: 0; }
  .legal p, .legal li { color: var(--muted); font-size: 0.98rem; }
  .legal p { margin-top: 0.6rem; }
  .legal ul { margin: 0.7rem 0 0; padding-left: 1.2rem; display: grid; gap: 0.35rem; }
  .legal a { color: var(--accent); }
  .legal .todo { color: var(--accent); font-style: italic; }

  .note { position: relative; background: transparent; border-left: 2px solid #B49254; border-radius: 0; padding: 0.4rem 0 0.4rem 2.5rem; margin-top: 1.8rem; font-size: 0.85rem; color: var(--muted); font-style: italic; }
  .note::before { content: ""; position: absolute; left: 1rem; top: 0.6rem; width: 14px; height: 14px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B49254' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4Z'/%3E%3C/svg%3E") no-repeat center / contain; }

  footer.site { background: var(--ink); color: #fff; margin-top: 0; }
  .foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding: 4rem 0 2rem; }
  .foot-grid-4 { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
  @media (max-width: 900px) { .foot-grid-4 { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; gap: 2rem; } }
  .foot-grid .brand { color: #fff; }
  .foot-grid .brand small { color: rgba(255,255,255,0.6); }
  .foot-grid .brand .mark { background: transparent; color: #D9C084; border-color: rgba(217,192,132,0.7); }
  .foot-grid h4 { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1rem; }
  .foot-grid a { display: block; text-decoration: none; color: rgba(255,255,255,0.85); font-weight: 500; font-size: 0.94rem; padding: 0.3rem 0; transition: color 0.2s; }
  .foot-grid a:hover { color: #fff; }
  .foot-grid p { color: rgba(255,255,255,0.65); font-size: 0.92rem; line-height: 1.6; }
  .foot-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 1.4rem 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.8rem; color: rgba(255,255,255,0.55); }
  .foot-bottom a { color: #D9C084; text-decoration: none; }

  .cookie { position: fixed; left: 50%; transform: translateX(-50%); bottom: 1rem; width: min(680px, calc(100% - 2rem)); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 1.3rem 1.4rem; z-index: 60; display: grid; gap: 0.9rem; }
  .cookie p { font-size: 0.9rem; color: var(--muted); }
  .cookie strong { color: var(--ink); font-family: var(--display); font-weight: 560; }
  .cookie a { color: var(--accent); }
  .cookie .row { display: flex; gap: 0.7rem; flex-wrap: wrap; }
  .cookie .btn.mini { padding: 0.6rem 1.3rem; font-size: 0.9rem; }

  /* --- Parti pris : identité normande + hero éditorial --- */
  .hero { padding-top: clamp(2.4rem, 5vw, 4rem); }
  .hero-grid { grid-template-columns: 1.14fr 0.86fr; }
  @media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; } }
  .hero h1 { font-size: clamp(2.9rem, 6.6vw, 5.1rem); letter-spacing: -0.015em; }
  .coastband { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
  .coast { display: block; width: 100%; height: clamp(120px, 15vw, 172px); color: var(--accent); }
  .coast-foot { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .coast-foot svg { display: block; width: 100%; height: auto; }
  .normandie-band { position: relative; height: clamp(280px, 44vw, 480px); overflow: hidden; border-top: 1px solid var(--line); }
  .normandie-band img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; display: block; }
  .normandie-band .nb-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 0.55rem; padding: clamp(1.6rem, 5vw, 3.2rem); background: linear-gradient(180deg, rgba(20,58,107,0.12) 0%, rgba(15,32,56,0.05) 35%, rgba(15,32,56,0.78) 100%); color: #fff; }
  .nb-kicker { font-family: var(--body); font-weight: 700; font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: #E3D3A8; margin: 0; }
  .nb-title { font-family: var(--display); font-weight: 500; font-size: clamp(1.6rem, 3.6vw, 2.7rem); line-height: 1.1; max-width: 24ch; text-wrap: balance; margin: 0; }


  /* ===== Refonte "maison" : hero plein cadre, portrait éditorial, motion ===== */
  .hero-full { position: relative; min-height: min(88vh, 820px); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
  .hero-full .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; z-index: 0; animation: kenburns 22s ease-out both; }
  .hero-full::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,32,56,0.55) 0%, rgba(15,32,56,0.22) 34%, rgba(11,24,44,0.88) 100%); }
  .hero-full-inner { position: relative; z-index: 2; color: #fff; width: min(var(--maxw), 100% - 3rem); margin-inline: auto; padding-block: clamp(2.6rem, 6vw, 5.5rem); }
  .hero-over { font-family: var(--body); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.24em; text-transform: uppercase; color: #E5CD96; margin: 0 0 1.3rem; text-shadow: 0 1px 14px rgba(11,24,44,0.85), 0 0 2px rgba(11,24,44,0.6); }
  .hero-slogan { font-family: var(--display); font-weight: 560; color: #fff; font-size: clamp(2.9rem, 7.4vw, 6.2rem); line-height: 1.0; letter-spacing: 0; margin: 0; text-shadow: 0 2px 40px rgba(0,0,0,0.25); }
  .hero-slogan em { font-style: italic; }
  .hero-sub { color: rgba(255,255,255,0.86); margin-top: 1.5rem; font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 46ch; line-height: 1.6; }
  .hero-full .hero-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.3rem; }
  .btn.on-dark { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
  .btn.on-dark:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-1px); }
  .scrollcue { position: absolute; left: 50%; bottom: 1.5rem; transform: translateX(-50%); z-index: 2; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.4); color: #fff; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; animation: cue 2.2s ease-in-out infinite; }
  .scrollcue svg { width: 20px; height: 20px; }
  .scrollcue:hover { background: rgba(255,255,255,0.26); }
  @keyframes kenburns { from { transform: scale(1.0); } to { transform: scale(1.09); } }
  @keyframes cue { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }

  .portrait-editorial { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
  @media (max-width: 820px) { .portrait-editorial { grid-template-columns: 1fr; } }
  .pe-photo { position: relative; }
  .pe-photo img { width: 100%; border-radius: 2px; box-shadow: var(--shadow-md); aspect-ratio: 47/60; object-fit: cover; object-position: center top; }
  .pe-photo::before { content: ""; position: absolute; left: -18px; top: -18px; width: 90px; height: 90px; border-left: 2px solid var(--accent); border-top: 2px solid var(--accent); z-index: -1; }
  .pe-text h2 { font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 500; margin-top: 0.8rem; }
  .pe-text .lead-lg { margin: 1.1rem 0; max-width: none; }
  .pe-text p:not(.lead-lg) { color: var(--muted); }
  .pe-text .btn { margin-top: 1.6rem; }

  /* Schémas animés */
  .tooth-move { animation: toothMove 4.2s cubic-bezier(.5,0,.2,1) infinite; }
  @keyframes toothMove { 0%, 12% { transform: translateX(0); } 55%, 72% { transform: translateX(118px); } 96%, 100% { transform: translateX(0); } }
  @media (prefers-reduced-motion: reduce) { .tooth-move, .hero-bg, .scrollcue { animation: none !important; } }
  .access-panel { display: flex; align-items: center; justify-content: space-between; gap: 1.8rem; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.4rem); }
  .access-panel h3 { font-size: 1.3rem; font-weight: 600; }
  .access-panel ul { margin: 1rem 0 0; padding: 0; list-style: none; display: grid; gap: 0.55rem; color: var(--muted); font-size: 0.96rem; }
  .access-panel li { display: flex; gap: 0.6rem; align-items: flex-start; }
  .access-panel li svg { width: 19px; height: 19px; color: var(--accent); flex: none; margin-top: 0.15rem; }


  /* ===== Touche de couleur (inspiration maison) + composants ===== */
  :root { --warm: #A67C2E; --warm-soft: #F4ECDC; }
  .eyebrow { color: var(--warm); }
  .eyebrow::before { background: var(--warm); }
  .step .n { color: var(--warm); }
  .treat .tag { color: var(--warm); }
  .timeline .yr { color: var(--warm); }
  .faq summary .plus { color: var(--warm); }
  .loc.now { border-color: var(--warm); box-shadow: inset 3px 0 0 var(--warm); }
  .encart { display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--warm); border-radius: var(--radius); padding: clamp(1.4rem, 3.5vw, 2rem); }
  .encart h3 { font-size: 1.4rem; font-weight: 600; margin-top: 0.5rem; }
  .encart p { color: var(--muted); margin-top: 0.4rem; max-width: 54ch; }
  .ig-fab { position: fixed; left: 1rem; bottom: 1rem; z-index: 55; width: 48px; height: 48px; border-radius: 2px; display: grid; place-items: center; color: #D9C084; background: var(--ink); border: 1px solid rgba(217,192,132,0.45); box-shadow: var(--shadow-md); }
  .ig-fab svg { width: 24px; height: 24px; }


  .tw { animation: toothAlign 9s cubic-bezier(.65,0,.35,1) infinite; }
  @keyframes toothAlign {
    0%, 16% { transform: translate(var(--dx,0), var(--dy,0)) rotate(var(--dr,0)); }
    36%, 82% { transform: translate(0, 0) rotate(0deg); }
    98%, 100% { transform: translate(var(--dx,0), var(--dy,0)) rotate(var(--dr,0)); }
  }
  @media (prefers-reduced-motion: reduce) { .tw { animation: none !important; transform: none !important; } }


  /* ===== Triptyque de schémas (esprit Rolex) ===== */
  .triptych { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.6rem; }
  @media (max-width: 940px) { .triptych { grid-template-columns: 1fr; } }
  .triptych .schema { margin-top: 0; display: flex; flex-direction: column; }
  .triptych .schema + .schema { margin-top: 0; }
  .panel-t { font-family: var(--display); font-size: 1.25rem; font-weight: 600; text-align: center; margin-bottom: 1.1rem; }
  .panel-t::after { content: ""; display: block; width: 30px; height: 2px; background: var(--warm); margin: 0.6rem auto 0; }
  .triptych .schema figure { flex: 1; display: flex; flex-direction: column; justify-content: center; }
  .tooth-target { animation: targetFade 4.2s cubic-bezier(.5,0,.2,1) infinite; }
  @keyframes targetFade { 0%, 42% { opacity: 1; } 56%, 74% { opacity: 0; } 92%, 100% { opacity: 1; } }
  @media (prefers-reduced-motion: reduce) { .tooth-target { animation: none !important; opacity: 0.5; } }


  /* ===== Finitions 20/20 ===== */
  .triptych.duo { grid-template-columns: repeat(2, 1fr); margin-top: 2.6rem; }
  @media (max-width: 940px) { .triptych.duo { grid-template-columns: 1fr; } }
  .tray { animation: trayDrop 7s cubic-bezier(.65,0,.35,1) infinite; }
  @keyframes trayDrop { 0%, 14% { transform: translateY(-84px); } 42%, 78% { transform: translateY(0); } 96%, 100% { transform: translateY(-84px); } }
  @media (prefers-reduced-motion: reduce) { .tray { animation: none !important; transform: none !important; } }
  .grid-treats { grid-template-columns: repeat(2, 1fr); }
  .grid-treats > .treat:last-child:nth-child(odd) { grid-column: 1 / -1; }
  @media (max-width: 620px) { .grid-treats { grid-template-columns: 1fr; } }
  .photo-card { margin: 1.8rem 0 0; }
  .photo-card img { width: 100%; border-radius: 2px; box-shadow: var(--shadow-md); display: block; }
  .photo-card figcaption { margin-top: 0.75rem; font-size: 0.88rem; color: var(--muted); font-style: italic; }


  /* ===== Relief & dynamique ===== */
  .dark-band { background: var(--ink); }
  .dark-band .section-head h2 { color: #fff; }
  .dark-band .section-head p { color: rgba(255,255,255,0.72); }
  .dark-band .eyebrow { color: #D9C084; }
  .dark-band .grid-3 { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.16); }
  .dark-band .card { background: var(--ink); }
  .dark-band .card:hover { background: #15283E; }
  .dark-band .card h3 { color: #fff; }
  .dark-band .card p { color: rgba(255,255,255,0.65); }
  .dark-band .card .ic { color: #D9C084; }
  .encart-sec { padding: clamp(1.6rem, 3.5vw, 2.4rem) 0; }
  .encart { box-shadow: none; }
  .treat, .card, .loc, .tip, .panel, .photo-card img { transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; }
  .treat:hover, .loc:hover, .tip:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .photo-card img:hover { transform: scale(1.015); }
  .rv { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .rv.in { opacity: 1; transform: translateY(0); }
  @media (prefers-reduced-motion: reduce) { .rv { opacity: 1 !important; transform: none !important; transition: none !important; } }


  /* ===== Détails maison ===== */
  .nav-links a:not(.btn) { position: relative; padding-bottom: 3px; }
  .nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: #B49254; transition: right 0.32s ease; }
  .nav-links a:not(.btn):hover::after, .nav-links a.active:not(.btn)::after { right: 0; }
  .foot-grid a { position: relative; width: fit-content; }
  .foot-grid a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: rgba(217,192,132,0.8); transition: right 0.32s ease; }
  .foot-grid a:hover::after { right: 0; }
  .schema, .panel, .treat, .loc, .encart { box-shadow: none; }
  .grid-3, .grid-4 { box-shadow: none; }


  /* ===== Dynamique accueil ===== */
  .marquee { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--surface); padding: 1.15rem 0; }
  .mq-track { display: flex; align-items: center; gap: 3rem; width: max-content; animation: mq 38s linear infinite; }
  .mq-track span { font-family: var(--display); font-size: 1.4rem; font-style: italic; color: var(--muted); white-space: nowrap; }
  .mq-track i { color: #B49254; font-style: normal; font-size: 0.65rem; }
  @keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .hero-full-inner > * { animation: heroIn 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
  .hero-full-inner > *:nth-child(2) { animation-delay: 0.14s; }
  .hero-full-inner > *:nth-child(3) { animation-delay: 0.28s; }
  .hero-full-inner > *:nth-child(4) { animation-delay: 0.42s; }
  @keyframes heroIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
  .hero-loc { position: absolute; right: 1.4rem; bottom: 1.3rem; z-index: 2; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
  @media (max-width: 700px) { .hero-loc { display: none; } }
  @media (prefers-reduced-motion: reduce) { .mq-track, .hero-full-inner > * { animation: none !important; } }


  /* ===== En-têtes de pages : écrin bleu nuit dégradé ===== */
  .page-head { width: 100%; margin-inline: 0; max-width: none; box-sizing: border-box; padding-inline: max(1.5rem, calc((100% - var(--maxw)) / 2)); padding-block: clamp(3.4rem, 6.5vw, 5rem) clamp(2.4rem, 4.5vw, 3.4rem); background: linear-gradient(160deg, #0C1B30 0%, #14304F 55%, #1C3E66 100%); }
  .page-head h1 { color: #fff; }
  .page-head p { color: rgba(255,255,255,0.75); }
  .page-head .breadcrumb { color: rgba(255,255,255,0.45); }
  .page-head .breadcrumb a { color: #D9C084; }


  /* ===== Menu déroulant "Traitements" ===== */
  .nav-dropdown { position: relative; display: inline-flex; }
  .nav-dropdown-trigger { display: inline-flex; align-items: center; gap: 0.3rem; }
  .nav-dropdown-panel {
    position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%);
    background: var(--surface); border: 1px solid var(--line); border-radius: 8px;
    box-shadow: var(--shadow-md); padding: 0.6rem; display: none; flex-direction: column;
    min-width: 280px; z-index: 50;
  }
  .nav-dropdown-panel a {
    display: block; padding: 0.65rem 0.8rem; border-radius: 6px; font-size: 0.86rem;
    font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--ink);
    text-decoration: none; white-space: normal;
  }
  .nav-dropdown-panel a:hover, .nav-dropdown-panel a.active { background: var(--accent-soft); color: var(--accent); }
  .nav-dropdown-panel a::after { content: none !important; }
  .nav-dropdown:hover .nav-dropdown-panel,
  .nav-dropdown:focus-within .nav-dropdown-panel { display: flex; }
  @media (max-width: 1060px) {
    .nav-dropdown { display: block; }
    .nav-dropdown-panel { position: static; transform: none; box-shadow: none; border: none;
      display: flex; padding: 0 0 0 1rem; min-width: 0; }
    .nav-dropdown-panel a { padding: 0.6rem 0.2rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  }
