:root {
  --ink: #183b4a;
  --paper: #fbf7ef;
  --sand: #efe4d0;
  --clay: #bd6549;
  --sage: #73968b;
  --line: rgba(24, 59, 74, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; max-width: 76rem; margin: 0 auto; padding: 1.35rem 1.5rem; }
.brand { color: var(--ink); font-family: var(--serif); font-size: 1.35rem; text-decoration: none; }
.brand span { display: block; margin-top: .05rem; color: var(--clay); font-family: var(--sans); font-size: .64rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.1rem; }
.nav a { color: var(--ink); font-size: .86rem; font-weight: 700; text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--clay); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(21rem, .85fr); min-height: 43rem; background: var(--ink); color: white; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 9vw, 8rem); }
.eyebrow { margin: 0 0 1.1rem; color: #d7e4dc; font-size: .75rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.02em; line-height: 1.06; }
h1 { max-width: 11ch; margin: 0; font-size: clamp(3.3rem, 7.5vw, 6.8rem); }
.hero p:not(.eyebrow) { max-width: 36rem; margin: 1.8rem 0 0; color: #e7f0ea; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.4; }
.hero-art { min-height: 27rem; background: linear-gradient(90deg, var(--ink) 0%, rgba(24,59,74,.08) 35%), url("assets/cercle-unis-vers-soi.png") center/cover no-repeat; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { display: inline-block; width: fit-content; padding: .8rem 1.15rem; background: #f8f0df; color: var(--ink); font-size: .88rem; font-weight: 750; text-decoration: none; }
.button:hover { background: white; }
.button-quiet { border: 1px solid rgba(255,255,255,.55); background: transparent; color: white; }
.button-quiet:hover { border-color: white; background: rgba(255,255,255,.12); color: white; }
.wrap { max-width: 76rem; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.intro { max-width: 52rem; margin: 0; font-family: var(--serif); font-size: clamp(1.85rem, 4vw, 3.1rem); line-height: 1.2; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); }
.card { padding: 2rem; background: var(--paper); }
.card h2 { margin: 0 0 .7rem; font-size: 1.65rem; }
.card p { margin: 0; }
.card a { display: inline-block; margin-top: 1.2rem; color: var(--clay); font-size: .9rem; font-weight: 750; text-decoration: none; }
.band { background: var(--sand); }
.band .wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; }
.band h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); }
.band p { margin: 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.page-hero { display: flex; align-items: center; min-height: 28rem; padding: clamp(4rem, 8vw, 7rem) 1.5rem; background: linear-gradient(90deg, rgba(24,59,74,.98) 0%, rgba(24,59,74,.82) 48%, rgba(24,59,74,.23) 100%), url("assets/cercle-unis-vers-soi.png") center 47%/cover no-repeat; color: white; }
.page-hero--demarche { background-position: center 38%; }
.page-hero--cercles { background-position: center 58%; }
.page-hero--rendez-vous { min-height: 24rem; background: linear-gradient(90deg, rgba(24,59,74,.97), rgba(24,59,74,.64)), url("assets/cercle-unis-vers-soi.png") center 70%/cover no-repeat; }
.page-hero--projets { background: linear-gradient(90deg, rgba(24,59,74,.98), rgba(24,59,74,.72) 54%, rgba(115,150,139,.42)), url("assets/cercle-unis-vers-soi.png") center 32%/cover no-repeat; }
.page-hero--ombre { background-position: center 64%; }
.page-hero--voyage { background: linear-gradient(90deg, rgba(24,59,74,.97), rgba(24,59,74,.68) 55%, rgba(189,101,73,.28)), url("assets/cercle-unis-vers-soi.png") center 42%/cover no-repeat; }
.page-hero--a-propos { min-height: 24rem; background-position: center 25%; }
.page-hero--contact { min-height: 24rem; background: linear-gradient(90deg, rgba(24,59,74,.98), rgba(24,59,74,.69)), url("assets/cercle-unis-vers-soi.png") center 78%/cover no-repeat; }
.page-hero > div, .content { width: 100%; max-width: 76rem; margin: 0 auto; }
.page-hero h1 { max-width: 15ch; font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p { max-width: 43rem; margin: 1rem 0 0; color: #e7f0ea; font-family: var(--serif); font-size: 1.35rem; line-height: 1.4; }
.content { max-width: 63rem; padding: clamp(4.5rem, 8vw, 7rem) 1.5rem; }
.content--compact { padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: clamp(3.5rem, 6vw, 5rem); }
.content h2 { position: relative; margin: 3.3rem 0 1rem; padding-top: 1.25rem; font-size: clamp(2rem, 3vw, 2.6rem); }
.content h2::before { position: absolute; top: 0; left: 0; width: 2.8rem; height: 2px; background: var(--clay); content: ""; }
.content h2:first-child { margin-top: 0; }
.content p, .content li { max-width: 48rem; font-size: 1.08rem; }
.content ul { display: grid; gap: .7rem; max-width: 48rem; margin-top: 1.5rem; padding: 0; list-style: none; }
.content li { padding: 1rem 1.15rem 1rem 2.55rem; background: #f1e8d9; position: relative; }
.content li::before { position: absolute; left: 1rem; color: var(--clay); content: "—"; font-weight: 800; }
.notice { margin: 2rem 0; padding: 1.4rem 1.5rem; border-left: 4px solid var(--clay); background: var(--sand); font-family: var(--serif); font-size: 1.25rem; line-height: 1.4; }
.contact-box { padding: 2.4rem; background: var(--ink); color: white; }
.contact-box h2 { margin-top: 0; }
.contact-box p { color: #e4eee7; font-family: var(--serif); font-size: 1.25rem; }
.contact-box a { color: white; font-family: var(--sans); font-size: .9rem; font-weight: 750; }
.contact-form { max-width: 48rem; margin-top: 2rem; }
.contact-form p { margin: 0 0 1.15rem; }
.contact-form__row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-form label { display: block; margin-bottom: .4rem; color: white; font-family: var(--sans); font-size: .9rem; font-weight: 750; }
.contact-form label span { color: #d7e4dc; font-size: .82rem; font-weight: 500; }
.contact-form input, .contact-form textarea { display: block; width: 100%; border: 1px solid rgba(255,255,255,.42); border-radius: 0; background: rgba(255,255,255,.08); color: white; font: inherit; line-height: 1.45; padding: .7rem .8rem; }
.contact-form textarea { min-height: 9rem; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid #f8f0df; outline-offset: 2px; background: rgba(255,255,255,.14); }
.contact-form .button { margin-top: .35rem; border: 0; cursor: pointer; color: var(--ink); }
.site-footer { display: flex; justify-content: space-between; gap: 1.5rem; max-width: 76rem; margin: 0 auto; padding: 2.3rem 1.5rem; border-top: 1px solid var(--line); color: #597078; font-size: .8rem; }
.site-footer a { text-decoration: none; }
@media (max-width: 720px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: .85rem; }
  .nav { justify-content: flex-start; gap: .7rem 1rem; }
  .hero, .grid, .band .wrap { grid-template-columns: 1fr; }
  .hero-copy { min-height: 35rem; }
  .hero-art { min-height: 22rem; background: url("assets/cercle-unis-vers-soi.png") center/cover no-repeat; }
  .page-hero { min-height: 23rem; background: linear-gradient(90deg, rgba(24,59,74,.96), rgba(24,59,74,.6)), url("assets/cercle-unis-vers-soi.png") center/cover no-repeat; }
  .page-hero--rendez-vous, .page-hero--a-propos, .page-hero--contact { min-height: 20rem; }
  .contact-form__row { grid-template-columns: 1fr; }
  .band .wrap { gap: 1.5rem; }
  .site-footer { flex-direction: column; gap: .5rem; }
}
