:root {
  --ink: #22201d;
  --paper: #f6f0e7;
  --cream: #fffaf1;
  --red: #b81459;
  --red-dark: #8f1045;
  --ochre: #d79634;
  --blue: #315c67;
  --green: #466755;
  --line: rgba(34, 32, 29, 0.14);
  --white: #fff;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", sans-serif;
  --shadow: 0 24px 70px rgba(59, 37, 22, 0.12);
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only, .skip-link {
  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:focus { z-index: 1000; top: 12px; left: 12px; width: auto; height: auto; margin: 0; clip: auto; padding: 10px 16px; background: var(--white); }

.announcement { background: var(--ink); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .03em; }
.announcement-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement p { margin: 0; display: flex; align-items: center; gap: 9px; }
.announcement a { color: var(--white); font-weight: 700; }
.pulse { width: 6px; height: 6px; border-radius: 50%; background: #ef856f; box-shadow: 0 0 0 4px rgba(239,133,111,.16); }
.nav-shell { position: relative; z-index: 50; background: rgba(255,250,241,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.site-header { position: relative; z-index: 50; }
.site-header.scrolled .nav-shell { position: fixed; top: 0; left: 0; right: 0; box-shadow: 0 8px 30px rgba(42,32,24,.08); }
.navbar { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-logo { display: block; width: 150px; height: 68px; object-fit: contain; background: var(--red); }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; color: var(--red); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark path { fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: var(--serif); font-size: 20px; color: var(--red); }
.brand-copy small { margin-top: 4px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 33px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 26px; height: 2px; background: var(--red); transition: right .25s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.nav-cta { padding: 12px 19px; color: var(--white); background: var(--red); transition: background .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--red-dark); transform: translateY(-2px); }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); transition: .25s; }

.hero { position: relative; min-height: 760px; padding: 84px 0 0; background: var(--paper); overflow: hidden; }
.hero-pattern { position: absolute; inset: 0; pointer-events: none; opacity: .55; background-image: radial-gradient(rgba(88,61,43,.16) .7px, transparent .7px); background-size: 13px 13px; mask-image: linear-gradient(90deg,#000,transparent 57%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -360px; top: 50px; border: 1px solid rgba(184,58,47,.15); border-radius: 50%; box-shadow: 0 0 0 75px rgba(184,58,47,.025), 0 0 0 150px rgba(184,58,47,.02); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; min-height: 570px; }
.eyebrow { margin: 0 0 19px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 27px; height: 1px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow.light { color: #f5c986; }
.hero h1, .section h2 { margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: -.045em; line-height: .96; }
.hero h1 { max-width: 650px; font-size: clamp(60px, 6.5vw, 96px); }
.hero h1 em, .association h2 em { color: var(--red); font-weight: inherit; }
.hero-lead { max-width: 560px; margin: 28px 0 32px; color: #5c554d; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 1px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); }
.hero-stats { display: flex; gap: 38px; margin-top: 55px; }
.hero-stats div { display: flex; flex-direction: column; padding-right: 38px; border-right: 1px solid var(--line); }
.hero-stats div:last-child { border: 0; }
.hero-stats strong { font-family: var(--serif); font-size: 30px; line-height: 1; }
.hero-stats strong span { color: var(--red); }
.hero-stats small { margin-top: 7px; color: #756c62; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.hero-visual { position: relative; align-self: stretch; min-height: 570px; }
.hero-photo { margin: 18px 0 42px 42px; min-height: 510px; background: linear-gradient(180deg, rgba(22,20,18,.04), rgba(22,20,18,.28)), url("bagnols.jpg") center/cover no-repeat; box-shadow: var(--shadow); }
.hero-photo .sun-disc, .hero-photo .city-illustration { display: none; }
.hero-photo .hero-card-place { top: 34px; left: -28px; }
.hero-photo .hero-badge { right: -18px; bottom: 28px; }
.sun-disc { position: absolute; top: 20px; right: -35px; width: 490px; height: 490px; border-radius: 50%; background: #e4af57; box-shadow: inset 0 0 0 28px rgba(255,250,241,.1); }
.sun-disc::after { content: ""; position: absolute; inset: 28px; border-radius: inherit; border: 1px solid rgba(255,255,255,.26); }
.city-illustration { position: absolute; z-index: 2; right: -75px; bottom: -1px; width: 700px; height: auto; }
.hill-back { fill: #c7b18b; opacity: .75; }
.hill-front { fill: var(--blue); }
.buildings path { fill: #fff7e7; stroke: var(--ink); stroke-width: 2; stroke-linejoin: round; }
.windows path { fill: #d8993d; stroke: var(--ink); stroke-width: 1.5; }
.ground-line { fill: none; stroke: var(--ink); stroke-width: 3; }
.hero-card { position: absolute; z-index: 4; display: flex; flex-direction: column; background: rgba(255,250,241,.94); box-shadow: var(--shadow); }
.hero-card-place { top: 86px; left: 34px; padding: 17px 22px; border-left: 3px solid var(--red); transform: rotate(-2deg); }
.hero-card span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-card strong { font-family: var(--serif); font-size: 18px; }
.hero-card small { color: #72685f; font-size: 10px; }
.hero-badge { position: absolute; z-index: 5; right: -8px; bottom: 58px; display: flex; align-items: center; gap: 12px; padding: 15px 19px; color: var(--cream); background: var(--red); box-shadow: 0 16px 40px rgba(92,31,27,.25); transform: rotate(2deg); font-size: 11px; line-height: 1.4; }
.hero-badge svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hero-marquee { position: relative; z-index: 4; width: 100%; padding: 13px 0; color: var(--cream); background: var(--red); overflow: hidden; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 28px; animation: marquee 25s linear infinite; font-family: var(--serif); font-size: 14px; }
.marquee-track span { white-space: nowrap; }
.marquee-track i { color: #f6c779; font-style: normal; font-size: 10px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.directory { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; margin-bottom: 48px; }
.section h2 { font-size: clamp(46px, 5vw, 72px); }
.section-heading > p { max-width: 490px; margin: 0 0 5px auto; color: #696057; }
.filter-bar { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-buttons { display: flex; gap: 6px; flex-wrap: wrap; }
.filter { padding: 8px 13px; border: 0; background: none; font-size: 12px; font-weight: 700; cursor: pointer; }
.filter.active { color: var(--white); background: var(--ink); }
.search-box { display: flex; align-items: center; gap: 8px; min-width: 230px; border-bottom: 1px solid #928980; }
.search-box svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.search-box input { width: 100%; padding: 7px 0; border: 0; outline: 0; background: transparent; font-size: 12px; }
.merchant-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.merchant-card { background: var(--white); border: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease; }
.merchant-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.merchant-card[hidden] { display: none; }
.merchant-visual { position: relative; height: 230px; overflow: hidden; display: grid; place-items: center; }
.merchant-visual::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.25); }
.merchant-visual svg { width: 70%; height: 70%; fill: none; stroke: rgba(255,255,255,.88); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.visual-saffron { background: #bb692c; }
.visual-blue { background: #3c6471; }
.visual-green { background: #536d57; }
.visual-rose { background: #a24c49; }
.merchant-icon { position: absolute; z-index: 1; color: rgba(255,255,255,.12); font-family: var(--serif); font-size: 160px; line-height: 1; }
.merchant-tag { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 4px 8px; color: var(--ink); background: var(--cream); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.merchant-info { padding: 20px 19px 18px; }
.merchant-info p { margin: 0; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.merchant-info h3 { margin: 2px 0 6px; font-family: var(--serif); font-size: 21px; }
.merchant-info > span { color: #7b7269; font-size: 11px; }
.merchant-info a { display: flex; justify-content: space-between; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.directory-footer { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 42px; }
.directory-footer small { color: #847b71; font-size: 10px; }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--ink); }
.empty-state { margin-top: 35px; padding: 28px; text-align: center; border: 1px dashed var(--line); color: #776d64; }

.agenda { position: relative; color: var(--white); background: var(--blue); overflow: hidden; }
.agenda::before { content: ""; position: absolute; width: 520px; height: 520px; left: -290px; bottom: -260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.agenda-layout { position: relative; display: grid; grid-template-columns: .74fr 1.26fr; gap: 100px; }
.agenda-intro { position: sticky; top: 130px; align-self: start; }
.agenda-intro h2 { color: var(--cream); }
.agenda-intro > p:not(.eyebrow) { max-width: 360px; margin: 28px 0; color: rgba(255,255,255,.7); }
.button-light { color: var(--ink); background: var(--cream); }
.event-list { border-top: 1px solid rgba(255,255,255,.25); }
.event-card { position: relative; display: grid; grid-template-columns: 90px 1fr 40px; gap: 28px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.event-card time { display: flex; flex-direction: column; align-items: center; align-self: start; padding: 9px 5px; color: var(--ink); background: #efc678; }
.event-card time strong { font-family: var(--serif); font-size: 38px; line-height: 1; }
.event-card time span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.event-type { color: #efc678; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.event-content h3 { margin: 4px 0 8px; font-family: var(--serif); font-size: 27px; }
.event-content p { margin: 0 0 13px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.65; }
.event-place { font-size: 10px; color: rgba(255,255,255,.8); }
.event-card > a { align-self: center; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; transition: .2s; }
.event-card > a:hover { color: var(--ink); background: var(--cream); }

.association { background: var(--paper); }
.association-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.association-visual { position: relative; min-height: 590px; }
.photo-placeholder { position: absolute; inset: 0 45px 45px 0; overflow: hidden; background: #d49b4a; box-shadow: var(--shadow); }
.photo-placeholder::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 40% 30%, transparent, rgba(85,42,24,.15)); }
.photo-placeholder > svg { position: absolute; width: 100%; bottom: 0; fill: none; stroke: rgba(255,248,231,.28); stroke-width: 3; }
.photo-placeholder > span { position: absolute; left: 22px; bottom: 18px; color: var(--white); font-family: var(--serif); font-size: 18px; }
.portrait { position: absolute; z-index: 2; display: grid; place-items: center; width: 108px; height: 108px; border-radius: 50%; border: 5px solid rgba(255,250,241,.9); color: var(--white); background: var(--blue); font-family: var(--serif); font-size: 27px; box-shadow: 0 10px 25px rgba(62,39,25,.2); }
.portrait-one { top: 95px; left: 72px; }
.portrait-two { top: 146px; left: 205px; background: var(--red); }
.portrait-three { top: 76px; right: 46px; background: var(--green); }
.association-note { position: absolute; z-index: 3; right: 0; bottom: 0; display: flex; flex-direction: column; padding: 20px 24px; background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow); }
.association-note strong { color: var(--red); font-family: var(--serif); font-size: 24px; }
.association-note span { color: #726960; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.association-copy h2 { margin-bottom: 27px; }
.association-copy .intro { color: #5f574f; font-size: 17px; line-height: 1.75; }
.values-list { margin: 31px 0 35px; border-top: 1px solid var(--line); }
.values-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.values-list span { color: var(--red); font-family: var(--serif); font-size: 13px; }
.values-list p { margin: 0; color: #71675e; font-size: 12px; }
.values-list strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 18px; }

.quote-section { padding: 95px 0; color: var(--cream); text-align: center; background: var(--red); }
.quote-section svg { width: 38px; margin: 0 auto 24px; fill: #edb66c; }
.quote-section blockquote { max-width: 920px; margin: 0 auto; font-family: var(--serif); font-size: clamp(28px, 4vw, 48px); line-height: 1.28; }
.quote-section p { margin: 25px 0 0; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.contact { background: var(--cream); }
.contact-panel { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 70px; color: var(--white); background: var(--ink); overflow: hidden; }
.contact-panel::before { content: ""; position: absolute; width: 450px; height: 450px; left: -270px; bottom: -270px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.02),0 0 0 140px rgba(255,255,255,.015); }
.contact-copy { position: relative; }
.contact-copy h2 { font-size: clamp(42px, 4.5vw, 62px); }
.contact-copy > p:not(.eyebrow) { max-width: 420px; color: rgba(255,255,255,.65); }
.contact-details { display: flex; flex-direction: column; margin-top: 42px; font-family: var(--serif); font-size: 17px; }
.contact-details a:hover { color: #efc678; }
.contact-form { position: relative; padding: 34px; color: var(--ink); background: var(--cream); }
.contact-form label { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #aaa096; outline: 0; color: var(--ink); background: transparent; font-size: 13px; font-weight: 400; text-transform: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); }
.button-dark { width: 100%; color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--red); }
.form-status { min-height: 20px; margin: 10px 0 0; color: var(--green); font-size: 12px; }

.site-footer { padding: 70px 0 22px; color: rgba(255,255,255,.7); background: #171614; }
.footer-main { display: grid; grid-template-columns: 1.2fr .9fr .8fr auto; gap: 55px; align-items: start; }
.brand-footer .brand-mark, .brand-footer .brand-copy strong { color: #efc678; }
.brand-footer .brand-copy small { color: var(--white); }
.footer-main > p { margin: 2px 0; font-family: var(--serif); font-size: 17px; line-height: 1.5; }
.footer-main nav { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.footer-main nav a:hover { color: var(--white); }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); font-size: 11px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 64px; }
  .merchant-grid { grid-template-columns: repeat(2, 1fr); }
  .agenda-layout { gap: 55px; }
  .association-grid { gap: 55px; }
  .contact-panel { gap: 45px; padding: 55px; }
  .footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .socials { grid-column: 3; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 82px 0; }
  .announcement { display: none; }
  .navbar { min-height: 72px; }
  .menu-toggle { display: block; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 2; flex-direction: column; justify-content: center; gap: 5px; padding: 100px 30px 50px; background: var(--paper); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a:not(.nav-cta) { padding: 10px; font-family: var(--serif); font-size: 30px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 20px; padding: 13px 24px; }
  .hero { padding-top: 55px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { z-index: 4; }
  .hero h1 { font-size: clamp(54px, 15vw, 76px); }
  .hero-lead { font-size: 16px; }
  .hero-visual { min-height: 510px; margin-top: 20px; }
  .sun-disc { right: 50%; width: 430px; height: 430px; transform: translateX(50%); }
  .city-illustration { right: 50%; width: 610px; transform: translateX(50%); }
  .hero-card-place { left: 5px; }
  .hero-badge { right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { margin: 0; }
  .filter-bar { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .agenda-layout { grid-template-columns: 1fr; }
  .agenda-intro { position: static; }
  .association-grid { grid-template-columns: 1fr; }
  .association-visual { min-height: 520px; }
  .contact-panel { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 1; }
  .socials { grid-column: 2; grid-row: 1; justify-self: end; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 520px); }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 8px; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 51px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-stats { gap: 13px; justify-content: space-between; }
  .hero-stats div { padding-right: 13px; }
  .hero-stats strong { font-size: 25px; }
  .hero-visual { min-height: 420px; }
  .sun-disc { width: 340px; height: 340px; }
  .city-illustration { width: 500px; }
  .hero-card-place { top: 47px; }
  .hero-badge { bottom: 26px; }
  .section h2 { font-size: 46px; }
  .merchant-grid { grid-template-columns: 1fr; }
  .merchant-visual { height: 260px; }
  .filter-buttons { display: grid; grid-template-columns: 1fr 1fr; }
  .event-card { grid-template-columns: 63px 1fr; gap: 17px; }
  .event-card > a { display: none; }
  .event-card time strong { font-size: 30px; }
  .event-content h3 { font-size: 23px; }
  .association-visual { min-height: 410px; }
  .photo-placeholder { inset: 0 20px 30px 0; }
  .portrait { width: 80px; height: 80px; border-width: 3px; font-size: 20px; }
  .portrait-one { top: 67px; left: 32px; }
  .portrait-two { top: 115px; left: 123px; }
  .portrait-three { top: 52px; right: 23px; }
  .association-note { padding: 13px 15px; }
  .association-note strong { font-size: 19px; }
  .quote-section { padding: 70px 0; }
  .contact { padding-inline: 0; }
  .contact .container { width: 100%; }
  .contact-panel { padding: 55px 22px; }
  .contact-form { padding: 25px 19px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .socials { grid-column: 1; grid-row: auto; justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Pages intérieures */
.page-hero { position: relative; min-height: 410px; display: flex; align-items: end; padding: 90px 0 76px; color: var(--white); background: linear-gradient(90deg, rgba(25,21,19,.9), rgba(25,21,19,.36)), url("bagnols.jpg") center 52%/cover no-repeat; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -130px; bottom: -250px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.02); }
.page-hero-content { position: relative; z-index: 1; max-width: 760px; }
.page-hero .eyebrow { color: #f4ca84; }
.page-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 7vw, 88px); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
.page-hero p:last-child { max-width: 620px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 17px; }
.page-content { background: var(--cream); }
.page-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; margin-bottom: 55px; }
.page-intro h2 { font-size: clamp(42px, 5vw, 66px); }
.page-intro p { margin: 10px 0 0; color: #675f57; font-size: 17px; }
.page-directory .merchant-grid { grid-template-columns: repeat(3, 1fr); }
.page-directory .merchant-visual { height: 250px; }
.coming-note { margin-top: 38px; padding: 22px 26px; border-left: 3px solid var(--red); background: var(--paper); color: #6a6159; font-size: 13px; }
.event-page .agenda-intro { position: static; }
.event-page .agenda-layout { grid-template-columns: .58fr 1.42fr; }
.event-page .event-card:first-child { padding-top: 0; }
.mission-band { padding: 75px 0; color: var(--white); background: var(--red); }
.mission-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.mission-stats div { padding: 28px; border: 1px solid rgba(255,255,255,.3); }
.mission-stats strong { display: block; font-family: var(--serif); font-size: 42px; }
.mission-stats span { color: rgba(255,255,255,.72); font-size: 12px; }
.join-page { background: var(--paper); }
.join-lead { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-bottom: 55px; }
.join-lead h2 { font-size: clamp(44px,5vw,68px); }
.join-lead p { color: #685f57; font-size: 17px; }
.join-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 70px; }
.join-benefits article { padding: 28px; background: var(--cream); border: 1px solid var(--line); }
.join-benefits span { color: var(--red); font-family: var(--serif); font-size: 13px; }
.join-benefits h3 { margin: 12px 0 8px; font-family: var(--serif); font-size: 23px; }
.join-benefits p { margin: 0; color: #71685f; font-size: 13px; }

@media (max-width: 800px) {
  .brand-logo { width: 125px; height: 56px; }
  .hero-photo { margin: 20px 0 40px; }
  .page-intro, .join-lead { grid-template-columns: 1fr; gap: 20px; }
  .page-directory .merchant-grid { grid-template-columns: repeat(2,1fr); }
  .event-page .agenda-layout { grid-template-columns: 1fr; }
  .mission-stats, .join-benefits { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand-logo { width: 108px; height: 49px; }
  .hero-photo { min-height: 390px; margin-inline: 0; }
  .hero-photo .hero-card-place { left: 10px; }
  .page-hero { min-height: 350px; padding: 70px 0 55px; }
  .page-directory .merchant-grid { grid-template-columns: 1fr; }
}

/* Accueil photographique */
.brand-logo { width: 150px; height: auto; max-height: 84px; object-fit: contain; }
.hero {
  min-height: 790px;
  color: var(--white);
  background: linear-gradient(90deg, rgba(24,20,18,.86) 0%, rgba(24,20,18,.68) 46%, rgba(24,20,18,.2) 100%), url("bagnols.jpg") center 48%/cover no-repeat;
}
.hero::before { display: none; }
.hero-pattern { opacity: .16; mask-image: none; }
.hero-grid { grid-template-columns: minmax(0, 720px) 1fr; min-height: 640px; }
.hero-copy { grid-column: 1; padding: 42px 46px; border: 1px solid rgba(255,255,255,.38); border-left: 4px solid var(--red); background: rgba(24,20,18,.42); backdrop-filter: blur(5px); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.hero .eyebrow, .hero h1 em { color: #f5c986; }
.hero-lead, .hero-stats small { color: rgba(255,255,255,.82); }
.hero .text-link { color: var(--white); border-color: rgba(255,255,255,.72); }
.hero-stats div { border-color: rgba(255,255,255,.28); }
.hero .hero-visual { display: none; }

@media (max-width: 800px) {
  .brand-logo { width: 128px; max-height: 72px; }
  .hero { min-height: 720px; background-position: 58% center; }
  .hero-grid { grid-template-columns: 1fr; min-height: 590px; }
  .hero-copy { grid-column: 1; padding: 34px 30px; }
}

@media (max-width: 560px) {
  .brand-logo { width: 108px; max-height: 62px; }
  .hero { min-height: 700px; padding-top: 42px; background-position: 61% center; }
  .hero-copy { padding: 28px 20px; }
}

/* Direction visuelle 2026 */
.nav-cta {
  padding: 13px 23px;
  border-radius: 999px;
  box-shadow: 0 9px 24px rgba(184,20,89,.22);
}
.nav-cta:hover { box-shadow: 0 13px 30px rgba(184,20,89,.32); }
.button { border-radius: 999px; }

.inner-page { --page-accent: #efbd70; --page-overlay: rgba(26,22,20,.82); }
.page-merchants { --page-accent: #f2c87e; --page-overlay: rgba(45,38,31,.78); }
.page-agenda { --page-accent: #75b8c1; --page-overlay: rgba(23,56,66,.86); }
.page-association { --page-accent: #f0ad74; --page-overlay: rgba(83,42,35,.8); }
.page-join { --page-accent: #f4aec8; --page-overlay: rgba(105,12,54,.82); }

.inner-page .page-hero {
  min-height: 540px;
  align-items: center;
  padding: 105px 0 90px;
  background-image: linear-gradient(105deg, var(--page-overlay) 0%, rgba(24,20,18,.45) 58%, rgba(24,20,18,.1) 100%), url("bagnols.jpg");
  background-position: center;
  box-shadow: inset 0 -1px rgba(255,255,255,.15);
}
.inner-page .page-hero::before {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 24px;
  pointer-events: none;
}
.inner-page .page-hero::after {
  right: -80px;
  bottom: -310px;
  width: 650px;
  height: 650px;
  box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018);
}
.inner-page .page-hero-content { max-width: 980px; padding-left: 28px; }
.inner-page .page-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 14px;
  color: var(--white);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.inner-page .page-hero .eyebrow::before { background: var(--page-accent); }
.inner-page .page-hero h1 {
  position: relative;
  display: inline-block;
  font-size: clamp(76px, 9.5vw, 132px);
  line-height: .83;
  letter-spacing: -.065em;
  text-shadow: 0 12px 38px rgba(0,0,0,.2);
}
.inner-page .page-hero h1::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -25px;
  width: 88px;
  height: 6px;
  border-radius: 999px;
  background: var(--page-accent);
}
.inner-page .page-hero p:last-child { max-width: 680px; margin-top: 48px; font-size: 18px; line-height: 1.75; }

.inner-page .page-content,
.inner-page .association,
.inner-page .join-page {
  background-color: #fbf7f0;
  background-image: radial-gradient(rgba(73,53,40,.09) .65px, transparent .65px);
  background-size: 15px 15px;
}
.inner-page .page-intro h2,
.inner-page .join-lead h2,
.inner-page .association-copy h2 {
  font-size: clamp(56px, 6vw, 84px);
  line-height: .95;
  letter-spacing: -.055em;
}
.inner-page .filter-bar {
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 35px rgba(60,42,28,.06);
  backdrop-filter: blur(10px);
}
.inner-page .filter { border-radius: 999px; }
.inner-page .merchant-card {
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(58,40,28,.09);
}
.inner-page .merchant-card:hover { transform: translateY(-9px) rotate(-.35deg); box-shadow: 0 24px 55px rgba(58,40,28,.15); }
.inner-page .merchant-visual::before { border-radius: 14px; }
.inner-page .merchant-tag { border-radius: 999px; }
.inner-page .coming-note { border: 0; border-radius: 16px; box-shadow: inset 4px 0 var(--red); }

.event-page .event-list { border-top: 0; }
.event-page .event-card {
  margin-bottom: 16px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(8px);
  transition: transform .25s ease, background .25s ease;
}
.event-page .event-card:first-child { padding-top: 28px; }
.event-page .event-card:hover { transform: translateX(7px); background: rgba(255,255,255,.11); }
.event-page .event-card time { border-radius: 16px; }
.event-page .event-card > a { background: rgba(255,255,255,.06); }

.inner-page .photo-placeholder { border-radius: 28px; }
.inner-page .association-note { border-radius: 18px; }
.inner-page .values-list > div { padding: 20px 0; }
.inner-page .mission-stats div { border-radius: 20px; background: rgba(255,255,255,.07); }
.inner-page .join-benefits article {
  border: 0;
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(58,40,28,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.inner-page .join-benefits article:hover { transform: translateY(-7px); box-shadow: 0 23px 55px rgba(58,40,28,.14); }
.inner-page .contact-panel { border-radius: 28px; box-shadow: 0 30px 75px rgba(38,25,19,.18); }
.inner-page .contact-form { border-radius: 19px; }

@media (max-width: 800px) {
  .inner-page .page-hero { min-height: 470px; padding: 90px 0 70px; }
  .inner-page .page-hero::before { inset: 14px; border-radius: 18px; }
  .inner-page .page-hero-content { padding: 0 22px; }
  .inner-page .page-hero h1 { font-size: clamp(62px, 15vw, 94px); }
  .inner-page .page-intro h2, .inner-page .join-lead h2, .inner-page .association-copy h2 { font-size: 55px; }
  .event-page .event-card { padding: 22px; }
}

@media (max-width: 560px) {
  .nav-cta { border-radius: 999px; }
  .inner-page .page-hero { min-height: 420px; }
  .inner-page .page-hero-content { padding: 0 14px; }
  .inner-page .page-hero h1 { font-size: 58px; line-height: .9; }
  .inner-page .page-hero p:last-child { font-size: 15px; }
  .inner-page .filter-bar { padding: 12px; }
  .event-page .event-card { border-radius: 17px; }
  .inner-page .contact-panel { border-radius: 0; }
}

/* Navigation principale */
@media (min-width: 801px) {
  .main-nav {
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(45,35,29,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 9px 30px rgba(56,38,27,.07);
    backdrop-filter: blur(12px);
  }
  .main-nav > a:not(.nav-cta) {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    border-radius: 999px;
    color: #554d46;
    transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
  }
  .main-nav > a:not(.nav-cta)::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c9bdb2;
    transition: background .22s ease, transform .22s ease;
  }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .main-nav > a:not(.nav-cta):hover {
    color: var(--red);
    background: rgba(184,20,89,.07);
    transform: translateY(-1px);
  }
  .main-nav > a:not(.nav-cta):hover::before { background: var(--red); transform: scale(1.35); }
  .main-nav > a:not(.nav-cta).active {
    color: var(--white);
    background: var(--red);
    box-shadow: 0 8px 20px rgba(184,20,89,.24);
  }
  .main-nav > a:not(.nav-cta).active::before { background: #ffd7e7; }
  .main-nav .nav-cta { margin-left: 7px; }
}

@media (max-width: 800px) {
  .main-nav > a:not(.nav-cta) {
    width: min(100%, 360px);
    justify-content: space-between;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 18px;
    transition: color .22s ease, background .22s ease, border-color .22s ease;
  }
  .main-nav > a:not(.nav-cta)::before { content: "0"; color: #b5a89c; font-family: var(--sans); font-size: 11px; letter-spacing: .08em; }
  .main-nav > a[href="index.html"]::before { content: "01"; }
  .main-nav > a[href="commercants.html"]::before { content: "02"; }
  .main-nav > a[href="agenda.html"]::before { content: "03"; }
  .main-nav > a[href="association.html"]::before { content: "04"; }
  .main-nav > a:not(.nav-cta).active { color: var(--red); background: rgba(255,255,255,.72); border-color: rgba(184,20,89,.16); }
  .main-nav > a:not(.nav-cta).active::before { color: var(--red); }
}
