@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-800.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --black: #0b0b0d;
  --black-soft: #151518;
  --white: #ffffff;
  --paper: #f4f4f3;
  --grey: #a6a6ab;
  --line: #d7d7d8;
  --red: #e00613;
  --red-dark: #b9000a;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.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;
}
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .7rem 1rem;
  color: var(--white); background: var(--red); font-weight: 700;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  color: var(--white); background: rgba(11,11,13,.97); border-bottom: 1px solid #2b2b2f;
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(var(--max), calc(100% - 48px)); min-height: 88px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.brand { display: flex; align-items: center; gap: .9rem; text-decoration: none; }
.brand img { width: 66px; height: 66px; object-fit: contain; background: transparent; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; white-space: nowrap; }
.brand-copy strong { font: 800 1.42rem/1 "Barlow Condensed", sans-serif; letter-spacing: .015em; }
.brand-initial { color: var(--red); }
.brand-copy small { margin-top: .42rem; color: #a7a7ac; font-size: .69rem; font-weight: 600; letter-spacing: .08em; }
.navigation { display: flex; align-items: center; gap: .8rem; }
.navigation a { text-decoration: none; font-size: .76rem; font-weight: 600; }
.navigation a:hover, .navigation a:focus-visible { color: #ff5260; }
.navigation a.active { color: #ff626d; }
.navigation .nav-contact { padding: .65rem 1.05rem; border: 1px solid #55555b; }
.menu-toggle { display: none; background: transparent; border: 0; color: white; padding: .5rem; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: currentColor; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--black); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px; pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; width: 16px; height: 760px; top: -140px; left: calc(50% - 10px);
  background: var(--red); transform: rotate(10deg); opacity: .94;
}
.hero-grid {
  position: relative; z-index: 1; width: min(var(--max), calc(100% - 48px)); margin: 0 auto;
  min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 7vw;
  padding: 4.8rem 0 5.6rem;
}
.eyebrow {
  margin: 0 0 1rem; color: #ff6974; font-size: .78rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow.dark { color: var(--red); }
h1, h2, h3 { margin-top: 0; font-family: "Barlow Condensed", Arial, sans-serif; line-height: .98; }
h1 { max-width: 720px; margin-bottom: 1.6rem; font-size: clamp(4rem, 7vw, 7.7rem); font-weight: 800; letter-spacing: -.02em; text-transform: uppercase; }
h1 span { color: transparent; -webkit-text-stroke: 1px #fff; }
.hero-lead { max-width: 630px; margin: 0 0 2.2rem; color: #d2d2d5; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.2rem; text-decoration: none; font-weight: 700; }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover, .button-primary:focus-visible { background: var(--red-dark); }
.button-secondary { border: 1px solid #4b4b50; color: var(--white); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: #fff; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; aspect-ratio: 1.12/1; object-fit: cover; border: 7px solid #fff; filter: saturate(.75) contrast(1.07); }
.hero-stamp {
  position: absolute; right: -24px; bottom: -24px; width: 150px; height: 150px; display: grid; place-content: center;
  background: var(--red); border-radius: 50%; text-align: center; transform: rotate(-8deg); box-shadow: 0 12px 35px rgba(0,0,0,.35);
}
.hero-stamp strong { font: 800 1.7rem/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.hero-stamp span { font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.hero-bar {
  position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--red); color: var(--white); padding: 1rem max(24px, calc((100vw - var(--max)) / 2));
}
.hero-bar span { padding: 0 1.1rem; border-right: 1px solid rgba(255,255,255,.35); font: 700 1.2rem "Barlow Condensed", sans-serif; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.hero-bar span:last-child { border: 0; }

.quick-access {
  width: min(var(--max), calc(100% - 48px)); margin: 0 auto; transform: translateY(-1px);
  display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-bottom: 1px solid var(--line);
}
.quick-access a { position: relative; display: grid; padding: 2rem; text-decoration: none; border-right: 1px solid var(--line); }
.quick-access a:last-child { border-right: 0; }
.quick-access a:hover, .quick-access a:focus-visible { background: #fdf3f4; }
.quick-access span { color: var(--red); font: 700 .9rem "Barlow Condensed", sans-serif; }
.quick-access strong { margin-top: .3rem; font: 800 1.7rem "Barlow Condensed", sans-serif; text-transform: uppercase; }
.quick-access small { color: #66666b; font-size: .78rem; }

.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 7.5rem 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8vw; align-items: end; margin-bottom: 4rem; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .association h2, .organiser h2, .actualites h2, .contact h2 { margin-bottom: 0; font-size: clamp(3.2rem, 5vw, 5.4rem); font-weight: 800; text-transform: uppercase; }
.section-heading > p:last-child { margin: 0; color: #55555b; font-size: 1.05rem; }
.mission-list { border-top: 2px solid var(--black); }
.mission { display: grid; grid-template-columns: 90px 1fr; gap: 1.4rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.mission-number { color: var(--red); font: 700 1.05rem "Barlow Condensed", sans-serif; }
.mission h3 { margin: 0 0 .45rem; font-size: 2rem; text-transform: uppercase; }
.mission p { max-width: 780px; margin: 0; color: #58585d; }

.association { width: 100%; padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--black-soft); color: var(--white); }
.association-photo { position: relative; min-height: 650px; background: #26262a; }
.association-photo img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; filter: grayscale(1) contrast(1.1); }
.association-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,11,13,.75), transparent 55%); }
.association-photo p { position: absolute; z-index: 1; left: 3rem; bottom: 2rem; margin: 0; font: 800 2.7rem "Barlow Condensed", sans-serif; text-transform: uppercase; }
.association-copy { padding: clamp(4rem, 8vw, 8rem); align-self: center; }
.association-copy h2 { margin-bottom: 2rem; }
.association-copy > p:not(.eyebrow) { color: #d0d0d3; }
.association-copy blockquote { margin: 2rem 0 0; padding: 1.2rem 0 1.2rem 1.5rem; border-left: 5px solid var(--red); font-family: "Barlow Condensed", sans-serif; font-size: 1.55rem; font-weight: 700; }

.organiser { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: end; }
.organiser p:not(.eyebrow) { margin: 0 0 1.4rem; color: #55555b; font-size: 1.06rem; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; color: var(--black); text-decoration: none; font-weight: 800; border-bottom: 2px solid var(--red); }
.text-link span { color: var(--red); font-size: 1.35rem; }

.antennes { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--red); color: var(--white); }
.section-heading.centered { display: block; max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.centered .eyebrow { color: #ffd2d5; }
.section-heading.centered > p:last-child { max-width: 620px; margin: 1.3rem auto 0; color: #ffe4e6; }
.antenna-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.45); }
.antenna-grid article { padding: 3.5rem; }
.antenna-grid article + article { border-left: 1px solid rgba(255,255,255,.45); }
.antenna-grid span { font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.antenna-grid h3 { margin: .5rem 0 1rem; font-size: clamp(3rem, 5vw, 5rem); text-transform: uppercase; }
.antenna-grid p { max-width: 410px; margin: 0; color: #ffe2e4; }

.actualites-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.news-card { display: grid; grid-template-columns: 1.05fr .95fr; background: #fff; border-top: 5px solid var(--red); }
.news-marker {
  min-height: 380px; display: grid; place-content: center; overflow: hidden; position: relative;
  color: #fff; background: var(--black); text-align: center;
}
.news-marker::before {
  content: ""; position: absolute; width: 34px; height: 150%; left: 49%; top: -25%;
  background: var(--red); transform: rotate(17deg);
}
.news-marker span, .news-marker strong { position: relative; z-index: 1; display: block; }
.news-marker span { font-size: .78rem; font-weight: 800; letter-spacing: .25em; }
.news-marker strong { font: 800 clamp(4rem, 8vw, 8rem)/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.news-copy { padding: clamp(2rem, 5vw, 4.5rem); align-self: center; }
.news-date { color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-copy h3 { margin-bottom: 1.2rem; font-size: clamp(2.5rem, 4vw, 4rem); text-transform: uppercase; }
.news-copy p:last-child { color: #55555b; }

.contact { color: var(--white); background: var(--black); }
.contact-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 7rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.contact-details > a { display: inline-block; overflow-wrap: anywhere; color: #fff; font-size: clamp(1.05rem, 2vw, 1.45rem); font-weight: 700; text-underline-offset: .25rem; }
.contact-details p { color: #bfbfc3; }
.social-links { display: flex; gap: 1.4rem; padding-top: 1rem; }
.social-links a { color: #ff626d; font-weight: 700; }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem max(24px, calc((100vw - var(--max)) / 2)); color: #9c9ca2; background: #050506; font-size: .75rem; }
.site-footer p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-links a { color: #d4d4d7; text-underline-offset: .2rem; }

/* Pages intérieures */
.page-hero { position: relative; overflow: hidden; color: #fff; background: var(--black); }
.page-hero::after { content: ""; position: absolute; width: 18px; height: 160%; right: 18%; top: -30%; background: var(--red); transform: rotate(14deg); opacity: .9; }
.page-hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 5.5rem 0 5rem; }
.page-hero h1 { max-width: 950px; margin: 0; font-size: clamp(3.8rem, 7vw, 7rem); }
.page-hero p:last-child { max-width: 720px; margin: 1.5rem 0 0; color: #cdcdcf; font-size: 1.08rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.6rem; color: #a9a9ae; font-size: .78rem; }
.breadcrumb a { color: #fff; }

.content-section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 5.5rem 0; }
.content-section + .content-section { border-top: 1px solid var(--line); }
.content-title { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.8rem; }
.content-title h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); text-transform: uppercase; }
.content-title > p { max-width: 560px; margin: 0; color: #5f5f64; }

.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.post-card { display: flex; flex-direction: column; background: #fff; border-top: 5px solid var(--red); }
.post-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.post-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.7rem; }
.post-meta { margin: 0 0 .65rem; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.post-card h2, .post-card h3 { margin: 0 0 .8rem; font-size: 2rem; text-transform: uppercase; }
.post-card p { color: #5e5e63; }
.post-card .text-link { margin-top: auto; align-self: flex-start; }
.post-visual { display: grid; place-content: center; min-height: 230px; overflow: hidden; position: relative; color: #fff; background: #121215; text-align: center; }
.post-visual::before { content: ""; position: absolute; inset: -20% 48%; width: 28px; background: var(--red); transform: rotate(15deg); }
.post-visual strong { position: relative; z-index: 1; font: 800 4.5rem "Barlow Condensed", sans-serif; text-transform: uppercase; }

.gallery-preview { margin-top: 5rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.gallery-grid figure { margin: 0; overflow: hidden; background: #111114; }
.gallery-grid img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .25s ease; }
.gallery-grid a:hover img, .gallery-grid a:focus-visible img { transform: scale(1.035); }
.gallery-caption { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 1.5rem; }
.gallery-caption p { max-width: 650px; margin: 0; color: #5f5f64; }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.resource-card { min-height: 250px; display: flex; flex-direction: column; padding: 1.7rem; background: #fff; border-top: 5px solid var(--red); text-decoration: none; }
.resource-card span { color: var(--red); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.resource-card h2, .resource-card h3 { margin: .7rem 0 1rem; font-size: 2rem; text-transform: uppercase; }
.resource-card p { color: #5f5f64; }
.resource-card strong { margin-top: auto; align-self: flex-start; border-bottom: 2px solid var(--red); }
.resource-card:hover, .resource-card:focus-visible { background: #fff8f8; }
.history-note { margin-top: 2.5rem; padding: 1.4rem; background: #fff; border-left: 5px solid var(--red); color: #55555b; }

.article-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 5vw; align-items: start; }
.article-main { min-width: 0; }
.article-main .lead { color: #3f3f43; font-size: 1.2rem; font-weight: 600; }
.article-main h2 { margin: 3rem 0 1rem; font-size: 2.7rem; text-transform: uppercase; }
.article-main img { width: 100%; margin: 2rem 0; }
.article-side { padding: 1.6rem; background: #fff; border-top: 5px solid var(--red); }
.article-side h2 { margin-bottom: 1rem; font-size: 1.8rem; text-transform: uppercase; }
.article-side dl { margin: 0; }
.article-side dt { margin-top: 1rem; color: #77777c; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-side dd { margin: .2rem 0 0; font-weight: 600; }
.media-zone { margin-top: 3rem; padding: 2rem; color: #fff; background: var(--black-soft); }
.media-zone h2 { margin-top: 0; }
.media-empty { padding: 2rem; border: 1px dashed #66666b; color: #c9c9cc; }

.agenda-block { margin-bottom: 4.5rem; }
.agenda-block h2 { display: flex; align-items: center; gap: 1rem; font-size: clamp(2.8rem, 5vw, 4.8rem); text-transform: uppercase; }
.agenda-block h2 span { display: inline-grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--red); border-radius: 50%; font: 800 .8rem Inter, sans-serif; }
.agenda-empty { padding: 2rem; background: #fff; border-left: 5px solid var(--red); }
.agenda-empty p { margin: 0; color: #55555b; }
.event-list { border-top: 2px solid var(--black); }
.event-row { display: grid; grid-template-columns: 150px 1fr 230px; gap: 2rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.event-date { color: var(--red); font: 800 1.2rem "Barlow Condensed", sans-serif; text-transform: uppercase; }
.event-row h3 { margin: 0 0 .25rem; font-size: 1.7rem; text-transform: uppercase; }
.event-row p { margin: 0; color: #67676c; }
.event-place { font-weight: 700; }

.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.social-card { min-height: 330px; display: flex; flex-direction: column; padding: 2rem; color: #fff; background: var(--black-soft); border-top: 6px solid var(--red); text-decoration: none; }
.social-card:hover, .social-card:focus-visible { background: #202024; }
.social-card .social-name { margin-top: auto; font: 800 clamp(3rem, 5vw, 5rem)/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.social-card p { color: #c6c6ca; }
.social-card strong { align-self: flex-start; color: #ff626d; border-bottom: 2px solid var(--red); }

.member-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: stretch; }
.member-login, .member-preview { padding: clamp(2rem, 4vw, 4rem); }
.member-login { color: #fff; background: var(--black); }
.member-login h2, .member-preview h2 { font-size: 2.8rem; text-transform: uppercase; }
.demo-notice { padding: 1rem; margin: 1.5rem 0; color: #ffe1e3; background: rgba(224,6,19,.18); border-left: 4px solid var(--red); font-size: .86rem; }
.form-field { display: grid; gap: .45rem; margin-bottom: 1rem; }
.form-field label { font-size: .82rem; font-weight: 700; }
.form-field input { min-height: 48px; width: 100%; padding: .7rem .8rem; color: #fff; background: #202024; border: 1px solid #4f4f55; font: inherit; }
.member-login .button { width: 100%; margin-top: .6rem; border: 0; cursor: pointer; }
.form-message { min-height: 1.6rem; margin: .8rem 0 0; color: #ff9da4; font-size: .82rem; }
.member-preview { background: #fff; }
.member-modules { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.member-module { padding: 1.4rem; background: var(--paper); border-top: 4px solid var(--red); }
.member-module h3 { margin-bottom: .5rem; font-size: 1.55rem; text-transform: uppercase; }
.member-module p { margin: 0; color: #66666b; font-size: .9rem; }

.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 5vw; align-items: start; }
.legal-nav { position: sticky; top: 112px; display: grid; gap: .55rem; padding: 1.4rem; background: #fff; border-top: 5px solid var(--red); }
.legal-nav a { color: #36363a; font-size: .84rem; font-weight: 700; }
.legal-copy section { margin-bottom: 3rem; scroll-margin-top: 110px; }
.legal-copy h2 { margin-bottom: 1rem; font-size: 2.3rem; text-transform: uppercase; }
.legal-copy h3 { margin: 1.8rem 0 .6rem; font-size: 1.45rem; text-transform: uppercase; }
.legal-copy p, .legal-copy li { color: #4f4f54; }
.legal-copy a { color: var(--red-dark); }
.legal-copy table { width: 100%; border-collapse: collapse; background: #fff; }
.legal-copy th, .legal-copy td { padding: .85rem; border: 1px solid var(--line); vertical-align: top; text-align: left; font-size: .86rem; }
.legal-copy th { background: #ededed; }

@media (max-width: 1000px) {
  .posts-grid, .social-grid, .resource-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .article-wrap, .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
}

:focus-visible { outline: 3px solid #ff7780; outline-offset: 4px; }

@media (max-width: 900px) {
  .header-inner { width: min(100% - 32px, var(--max)); min-height: 76px; }
  .brand img { width: 54px; height: 54px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 1.25rem; }
  .menu-toggle { display: block; }
  .navigation {
    position: absolute; display: none; left: 0; right: 0; top: 76px; padding: 1.4rem 24px 1.8rem;
    flex-direction: column; align-items: stretch; gap: 0; background: #111114; border-top: 1px solid #303035;
  }
  .navigation.open { display: flex; }
  .navigation a { padding: .8rem 0; }
  .navigation .nav-contact { margin-top: .5rem; padding: .8rem; text-align: center; }
  .hero::after { left: auto; right: 20%; opacity: .35; }
  .hero-grid { width: min(100% - 32px, var(--max)); min-height: 0; grid-template-columns: 1fr; gap: 3.5rem; padding: 4.2rem 0 5rem; }
  .hero-visual { width: 88%; margin-left: auto; }
  .hero-bar { grid-template-columns: 1fr 1fr; padding-left: 16px; padding-right: 16px; }
  .hero-bar span { padding: .7rem; border-bottom: 1px solid rgba(255,255,255,.35); }
  .hero-bar span:nth-child(2) { border-right: 0; }
  .hero-bar span:nth-child(n+3) { border-bottom: 0; }
  .quick-access { width: min(100% - 32px, var(--max)); grid-template-columns: 1fr; }
  .quick-access a { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-access a:last-child { border-bottom: 0; }
  .section { width: min(100% - 32px, var(--max)); padding: 5.3rem 0; }
  .section-heading, .organiser, .news-card, .contact-inner { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading { margin-bottom: 3rem; }
  .association { grid-template-columns: 1fr; }
  .association-photo { min-height: 430px; }
  .association-copy { padding: 5rem 24px; }
  .antenna-grid { grid-template-columns: 1fr; }
  .antenna-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.45); }
  .actualites-heading { align-items: flex-start; flex-direction: column; }
  .contact-inner { width: min(100% - 32px, var(--max)); padding: 5rem 0; }
  .page-hero-inner, .content-section { width: min(100% - 32px, var(--max)); }
  .content-title { align-items: flex-start; flex-direction: column; }
  .member-grid { grid-template-columns: 1fr; }
  .event-row { grid-template-columns: 120px 1fr; gap: 1rem; }
  .event-place { grid-column: 2; }
}

@media (max-width: 560px) {
  h1 { font-size: 3.65rem; }
  .hero-visual { width: 100%; }
  .hero-stamp { width: 118px; height: 118px; right: -6px; bottom: -35px; }
  .hero-stamp strong { font-size: 1.35rem; }
  .mission { grid-template-columns: 48px 1fr; gap: .6rem; }
  .mission h3 { font-size: 1.7rem; }
  .association-photo { min-height: 320px; }
  .association-photo p { left: 1.5rem; bottom: 1rem; font-size: 2rem; }
  .antenna-grid article { padding: 2.2rem 1.5rem; }
  .news-marker { min-height: 260px; }
  .site-footer { flex-direction: column; }
  .posts-grid, .social-grid, .member-modules, .resource-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .brand-copy strong { max-width: 190px; font-size: 1.05rem; white-space: normal; }
  .event-row { grid-template-columns: 1fr; }
  .event-place { grid-column: auto; }
  .legal-copy table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
