:root {
  --ink: #173127;
  --ink-2: #24493a;
  --cream: #f4f0e6;
  --cream-2: #e9e3d6;
  --white: #fffdf7;
  --acid: #deff55;
  --yellow: #f6e665;
  --coral: #ff765f;
  --mint: #a8dcc3;
  --line: rgba(23, 49, 39, 0.17);
  --muted: #607168;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.diz-program-page {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.diz-app { overflow: hidden; }
.diz-app [hidden] { display: none !important; }
.diz-app button, .diz-app input, .diz-app select { font: inherit; }
.diz-app button, .diz-app a { -webkit-tap-highlight-color: transparent; }
.diz-app button { color: inherit; }
.diz-app a { color: inherit; text-decoration: none; }
.diz-app .button-dark { color: var(--white); }
.diz-app :focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.announcement {
  min-height: 38px;
  padding: 8px clamp(20px, 4vw, 64px);
  background: var(--ink);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 13px;
  letter-spacing: .04em;
}
.announcement span { color: var(--acid); font-weight: 750; }
.announcement button, .announcement a { border: 0; background: transparent; color: inherit; padding: 0; cursor: pointer; border-bottom: 1px solid rgba(255,255,255,.35); }

.site-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px clamp(20px, 5vw, 78px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
.brand { display: flex; align-items: baseline; gap: 10px; width: fit-content; }
.brand-mark { font-size: 32px; line-height: 1; letter-spacing: -.09em; font-weight: 900; }
.brand-mark span { color: var(--coral); }
.brand-sub { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.site-header nav { display: flex; gap: 30px; font-size: 13px; font-weight: 650; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--coral); transition: right .2s ease; }
.site-header nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.text-button { border: 0; background: none; cursor: pointer; font-size: 13px; font-weight: 650; }

.button {
  border: 0;
  border-radius: 999px;
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 780;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-large { min-height: 62px; padding: 0 34px; }
.button-primary { background: var(--acid); color: var(--ink); box-shadow: 0 12px 28px rgba(77, 96, 23, .14); }
.button-primary:hover { background: #e7ff78; box-shadow: 0 16px 34px rgba(77, 96, 23, .2); }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.button-ghost { background: transparent; border: 1px solid var(--line); }
.button-full { width: 100%; }
.diz-app .button-primary,.diz-app .button-light,.diz-app .button-ghost { color: var(--ink); }

.eyebrow { margin: 0 0 20px; font-size: 12px; letter-spacing: .16em; font-weight: 850; }
.eyebrow-light { color: var(--acid); }
h1, h2, h3, p { text-wrap: balance; }
h1, h2 { margin: 0; letter-spacing: -.065em; line-height: .95; }
h1 { font-size: clamp(58px, 6.6vw, 100px); font-weight: 830; }
h2 { font-size: clamp(44px, 5vw, 76px); font-weight: 800; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 500; letter-spacing: -.06em; }

.hero {
  max-width: 1440px;
  min-height: 700px;
  margin: 0 auto;
  padding: 70px clamp(20px, 6vw, 96px) 90px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 70px;
}
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 660px; margin: 34px 0 0; color: #455b51; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; margin-top: 35px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: var(--muted); font-size: 13px; font-weight: 650; }
.truth-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.truth-chips span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,247,.66); font-size: 12px; font-weight: 800; }
.hero-story-visual { position: relative; min-height: 580px; }
.hero-brand-video { width: 100%; height: 560px; display: block; border: 1px solid rgba(23,49,39,.12); border-radius: 38px; background: var(--ink); object-fit: cover; box-shadow: 0 35px 80px rgba(23,49,39,.2); }
.hero-media-caption { position: absolute; left: 22px; top: 22px; padding: 12px 15px; border-radius: 14px; background: rgba(255,253,247,.9); backdrop-filter: blur(10px); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3px 9px; }
.hero-media-caption .live-dot { grid-row: 1 / 3; }.hero-media-caption strong { font-size: 11px; letter-spacing: .14em; }.hero-media-caption small { color: var(--muted); font-size: 11px; }
.hero-real-card { position: absolute; left: -28px; right: 30px; bottom: -18px; padding: 24px 28px; border-radius: 22px; background: var(--acid); box-shadow: 0 18px 40px rgba(23,49,39,.18); transform: rotate(-1.5deg); }
.hero-real-card span { display: block; margin-bottom: 8px; font-size: 11px; letter-spacing: .13em; font-weight: 850; }.hero-real-card strong { display: block; font-family: Georgia, serif; font-size: clamp(20px, 2.4vw, 31px); font-weight: 500; line-height: 1.15; }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.hero-visual::before {
  content: ""; position: absolute; width: 480px; height: 480px; border-radius: 48% 52% 62% 38% / 51% 41% 59% 49%;
  background: var(--ink); transform: rotate(-7deg); box-shadow: 0 35px 80px rgba(23,49,39,.22);
}
.orbit { position: absolute; border: 1px solid rgba(23,49,39,.2); border-radius: 50%; }
.orbit-one { width: 590px; height: 420px; transform: rotate(18deg); }
.orbit-two { width: 470px; height: 600px; transform: rotate(-28deg); }
.hero-card { position: absolute; z-index: 2; background: rgba(255,253,247,.96); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 20px 45px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.hero-card-main { width: min(410px, 85%); padding: 28px; border-radius: 24px; transform: rotate(-3deg); }
.card-topline { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; letter-spacing: .12em; font-weight: 800; }
.live-dot { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,118,95,.14); }
.card-number { margin-left: auto; color: var(--ink); font-size: 13px; }
.hero-card-main > p { margin: 38px 0 18px; font-size: 28px; font-weight: 800; letter-spacing: -.04em; }
.mini-progress, .progress-bar { height: 8px; background: #dde1d7; border-radius: 999px; overflow: hidden; }
.mini-progress span, .progress-bar span { display: block; height: 100%; border-radius: inherit; background: var(--coral); }
.card-bottom { display: flex; align-items: baseline; gap: 6px; margin-top: 14px; font-size: 12px; color: var(--muted); }
.card-bottom strong { color: var(--ink); font-size: 24px; }
.card-bottom span { margin-left: auto; color: var(--ink); font-weight: 750; }
.hero-card-small { width: 170px; padding: 20px; border-radius: 20px; display: flex; flex-direction: column; }
.hero-card-small small { font-size: 11px; letter-spacing: .13em; font-weight: 800; color: var(--muted); }
.hero-card-small strong { margin-top: 8px; font-size: 36px; letter-spacing: -.06em; }
.hero-card-small span { font-size: 12px; color: var(--muted); }
.hero-card-left { left: 0; bottom: 100px; transform: rotate(7deg); }
.hero-card-right { right: -10px; top: 90px; transform: rotate(7deg); background: var(--acid); }
.people-stack { position: absolute; z-index: 3; right: 40px; bottom: 80px; display: flex; }
.people-stack span { width: 44px; height: 44px; margin-left: -8px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); border: 3px solid var(--ink); font-size: 12px; font-weight: 850; }
.people-stack span:last-child { width: 56px; border-radius: 20px; background: var(--coral); }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 78px); }
.proof-strip > div, .proof-strip > p { min-height: 126px; margin: 0; padding: 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.proof-strip > div:first-child { border-left: 1px solid var(--line); }
.proof-strip strong { font-size: 38px; letter-spacing: -.06em; }
.proof-strip span, .proof-strip p { color: var(--muted); font-size: 13px; line-height: 1.5; }
.proof-strip > p { align-items: flex-start; justify-content: center; }
.proof-strip p button { padding: 0; margin-top: 5px; border: 0; border-bottom: 1px solid; background: none; cursor: pointer; font-size: 12px; font-weight: 750; }
.proof-truth strong { color: var(--coral); font-size: 17px; letter-spacing: .05em; }.proof-truth span { max-width: 250px; color: var(--ink); font-size: 13px; font-weight: 650; }

.origin-story { max-width: 1440px; margin: 0 auto; padding: 150px clamp(20px, 7vw, 110px) 70px; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.origin-copy h2 { font-size: clamp(42px, 4.4vw, 70px); }.origin-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.origin-gallery { min-height: 660px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.origin-photo { position: relative; min-height: 250px; margin: 0; overflow: hidden; border-radius: 26px; background: var(--ink); }
.origin-photo-main { grid-row: 1 / 3; }.origin-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; }.origin-photo:hover img { transform: scale(1.035); }
.origin-photo figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 12px; border-radius: 12px; background: rgba(255,253,247,.9); color: var(--ink); font-size: 12px; font-weight: 760; backdrop-filter: blur(8px); }

.customer-voices { max-width: 1440px; margin: 0 auto; padding: 70px clamp(20px,7vw,110px) 150px; }
.voices-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(45px,8vw,120px); align-items: end; }
.voices-heading h2 { max-width: 880px; margin-top: 20px; }
.voices-heading > p { max-width: 500px; margin: 0 0 10px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.voices-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; }
.voice-card { position: relative; min-height: 270px; margin: 0; padding: 34px; overflow: hidden; border-radius: 26px; background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; }
.voice-card > span { position: absolute; right: 22px; top: 3px; color: rgba(23,49,39,.1); font-family: Georgia,serif; font-size: 110px; line-height: 1; }
.voice-card p { position: relative; z-index: 1; max-width: 560px; margin: auto 0 28px; font-family: Georgia,serif; font-size: clamp(23px,2.5vw,37px); font-style: italic; line-height: 1.13; letter-spacing: -.035em; }
.voice-card cite { position: relative; z-index: 1; color: var(--muted); font-size: 11px; font-style: normal; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.voice-card-1 { grid-column: span 5; background: var(--coral); border-color: var(--coral); }.voice-card-2 { grid-column: span 7; background: var(--yellow); border-color: var(--yellow); }
.voice-card-3,.voice-card-4,.voice-card-5 { grid-column: span 4; }.voice-card-3 { background: var(--ink); border-color: var(--ink); color: var(--white); }.voice-card-3 > span { color: rgba(255,255,255,.12); }.voice-card-3 cite { color: #b8c7c0; }
.voice-card-4 { background: var(--acid); border-color: var(--acid); }.voice-card-5 { background: #dcefe5; border-color: #dcefe5; }
.voice-card-6 { grid-column: span 12; min-height: 230px; padding-right: 27%; background: var(--cream-2); }.voice-card-6 p { max-width: 850px; }
.voices-conclusion { margin-top: 38px; padding: 30px 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: center; }
.voices-conclusion > span { width: 50px; height: 50px; border-radius: 50%; background: var(--ink); color: var(--acid); display: grid; place-items: center; font-size: 22px; }
.voices-conclusion p { max-width: 930px; margin: 0; font-size: 18px; font-weight: 720; line-height: 1.55; }
.voices-disclaimer { max-width: 850px; margin: 18px 0 0 auto; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: right; }

.story-section { max-width: 1440px; margin: 0 auto; padding: 150px clamp(20px, 7vw, 110px); }
.section-intro { max-width: 970px; }
.steps-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid article { position: relative; min-height: 340px; padding: 32px 42px 45px; border-right: 1px solid var(--line); }
.steps-grid article:first-child { border-left: 1px solid var(--line); }
.step-index { font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.step-icon { margin: 40px 0 36px; font-size: 52px; color: var(--coral); }
.steps-grid h3 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.04em; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.method-note { width: fit-content; max-width: 620px; margin: 40px auto 0; padding: 12px 22px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 13px; text-align: center; }

.radar-section { padding: 130px clamp(20px, 6vw, 90px); background: var(--ink); color: var(--white); }
.radar-heading { max-width: 1280px; margin: 0 auto 60px; display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 80px; }
.radar-heading > p { max-width: 470px; margin: 0 0 8px; color: #b7c5be; font-size: 18px; line-height: 1.6; }
.map-shell { max-width: 1280px; margin: 0 auto; border-radius: 32px; overflow: hidden; background: #edf0e6; color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.28); }
.map-toolbar { padding: 12px; background: var(--white); border-bottom: 1px solid var(--line); display: flex; gap: 6px; overflow-x: auto; }
.map-toolbar button { white-space: nowrap; padding: 12px 17px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; color: var(--muted); font-size: 13px; font-weight: 720; }
.map-toolbar button.active { background: var(--ink); color: var(--white); }
.map-layout { min-height: 640px; display: grid; grid-template-columns: 1fr 340px; }
.map-canvas { position: relative; overflow: hidden; background-color: #dfe9de; background-image: linear-gradient(rgba(23,49,39,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(23,49,39,.055) 1px, transparent 1px); background-size: 40px 40px; }
.map-canvas::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 100px rgba(23,49,39,.12); }
.map-scale-rail { position: absolute; z-index: 8; left: 14px; top: 50%; width: 58px; padding: 8px 6px; border: 1px solid rgba(23,49,39,.14); border-radius: 18px; background: rgba(255,253,247,.95); box-shadow: 0 16px 38px rgba(23,49,39,.16); display: grid; gap: 5px; transform: translateY(-50%); }
.map-scale-rail > span { padding: 4px 0 6px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-align: center; }
.map-scale-rail button { position: relative; min-height: 42px; padding: 0; border: 0; border-radius: 12px; background: transparent; color: var(--muted); cursor: pointer; display: grid; place-items: center; font-size: 11px; font-weight: 900; }
.map-scale-rail button b { font-size: 11px; letter-spacing: -.02em; }.map-scale-rail button small { position: absolute; left: 54px; top: 50%; padding: 6px 8px; border-radius: 7px; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 750; white-space: nowrap; opacity: 0; pointer-events: none; transform: translateY(-50%) translateX(-4px); transition: .15s ease; }
.map-scale-rail button:hover small, .map-scale-rail button:focus-visible small { opacity: 1; transform: translateY(-50%) translateX(0); }.map-scale-rail button.active { background: var(--acid); color: var(--ink); }.map-scale-rail button:disabled { opacity: .28; cursor: not-allowed; }
.map-wheel-hint { position: absolute; z-index: 7; left: 84px; bottom: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,253,247,.92); color: var(--ink); font-size: 11px; font-weight: 760; pointer-events: none; box-shadow: 0 8px 24px rgba(23,49,39,.12); }.map-wheel-hint span { color: var(--coral); }.map-wheel-hint small { color: var(--muted); }
.france-map-visual { position: absolute; left: 18%; top: 4%; width: 66%; height: 89%; display: grid; place-items: center; opacity: .9; filter: drop-shadow(0 22px 25px rgba(23,49,39,.13)); }
.france-map-visual img { width: 100%; height: 100%; display: block; object-fit: contain; }
.map-label { position: absolute; z-index: 1; color: rgba(23,49,39,.28); font-size: 11px; letter-spacing: .18em; font-weight: 850; }
.map-label-north { top: 9%; left: 46%; }.map-label-west { top: 38%; left: 13%; }.map-label-east { top: 27%; right: 6%; }.map-label-south { bottom: 11%; left: 44%; }
.map-marker { position: absolute; z-index: 3; transform: translate(-50%,-50%); width: 56px; height: 56px; border: 5px solid rgba(255,255,255,.8); border-radius: 50%; cursor: pointer; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(23,49,39,.17); transition: transform .2s ease; }
.map-marker:hover, .map-marker.selected { transform: translate(-50%,-50%) scale(1.14); }
.map-marker span { font-size: 13px; font-weight: 850; }
.map-marker small { position: absolute; top: 56px; padding: 3px 7px; border-radius: 6px; background: rgba(255,253,247,.9); font-size: 11px; font-weight: 760; white-space: nowrap; }
.marker-active { background: var(--acid); }.marker-preparing { background: var(--coral); }.marker-watch { background: var(--white); }.marker-available { background: var(--mint); }
.map-legend { position: absolute; z-index: 4; left: 22px; bottom: 20px; padding: 10px 14px; border-radius: 12px; background: rgba(255,253,247,.87); display: flex; gap: 14px; font-size: 11px; font-weight: 720; }
.map-legend span { display: flex; align-items: center; gap: 5px; }.map-legend i { width: 8px; height: 8px; border-radius: 50%; }.legend-active { background: var(--acid); }.legend-preparing { background: var(--coral); }.legend-watch { background: var(--white); border: 1px solid var(--line); }
.territory-panel { padding: 34px 30px; background: var(--white); border-left: 1px solid var(--line); }
.panel-breadcrumb { margin-bottom: 30px; color: var(--muted); font-size: 11px; letter-spacing: .13em; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.status-pill { display: inline-flex; align-items: center; min-height: 27px; padding: 0 10px; border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.status-active { background: var(--acid); }.status-preparing { background: #ffd2c8; }.status-watch { background: var(--cream-2); }.status-available { background: var(--mint); }
.territory-panel h3 { margin: 24px 0 4px; font-size: 42px; letter-spacing: -.065em; }
.panel-area { min-height: 42px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.panel-stat-grid { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.panel-stat-grid div { padding: 15px; border: 1px solid var(--line); border-radius: 14px; display: flex; flex-direction: column; }
.panel-stat-grid strong { font-size: 26px; letter-spacing: -.05em; }.panel-stat-grid span { color: var(--muted); font-size: 11px; }
.progress-copy { display: flex; justify-content: space-between; margin: 0 0 9px; font-size: 12px; font-weight: 750; }.progress-bar { height: 7px; }.progress-bar span { background: var(--coral); }
.panel-message { min-height: 80px; margin: 28px 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.panel-link { width: 100%; margin-top: 16px; border: 0; background: none; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; font-size: 12px; font-weight: 720; }

.search-input-wrap { display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 2px solid var(--ink); border-radius: 13px; }
.search-input-wrap span { font-size: 24px; }.search-input-wrap input { width: 100%; height: 52px; border: 0; outline: 0; background: transparent; }
.search-results { margin: 12px 0 22px; border-top: 1px solid var(--line); }
.search-results > button { width: 100%; padding: 14px 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; display: flex; justify-content: space-between; align-items: center; text-align: left; }
.search-results > button:hover { background: #f8f5ed; }.search-results button > span:first-child { display: flex; flex-direction: column; gap: 3px; }.search-results small { color: var(--muted); font-size: 12px; }.search-results p { color: var(--muted); font-size: 13px; line-height: 1.5; }
.mini-status { padding: 6px 9px; border-radius: 999px; font-size: 11px; font-weight: 820; }.mini-status-active { background: var(--acid); }.mini-status-preparing { background: #ffd2c8; }.mini-status-watch { background: var(--cream-2); }

.participation-section { padding: 130px clamp(20px, 6vw, 90px); background: var(--white); }
.section-intro.compact { max-width: 1200px; margin: 0 auto 70px; }
.participation-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.participation-card { min-height: 440px; padding: 34px; border-radius: var(--radius); display: flex; flex-direction: column; transition: transform .2s ease; }.participation-card:hover { transform: translateY(-7px); }
.soft-yellow { background: var(--yellow); }.soft-coral { background: var(--coral); }.soft-green { background: var(--mint); }
.participation-card > span { font-size: 11px; letter-spacing: .14em; font-weight: 850; }.participation-symbol { margin: 50px 0 auto; font-size: 64px; }
.participation-card h3 { margin: 25px 0 12px; font-size: 28px; letter-spacing: -.05em; }.participation-card p { margin: 0; min-height: 70px; line-height: 1.55; font-size: 13px; }
.participation-card button { margin-top: 24px; padding: 16px 0 8px; border: 0; border-top: 1px solid rgba(23,49,39,.25); background: none; cursor: pointer; display: flex; justify-content: space-between; font-weight: 800; }

.community-section { position: relative; min-height: 740px; padding: 110px clamp(30px, 8vw, 130px); background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; overflow: hidden; }
.community-orbit { position: relative; width: min(520px, 42vw); aspect-ratio: 1; border: 1px solid rgba(222,255,85,.4); border-radius: 50%; display: grid; place-items: center; }
.community-orbit::before, .community-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }.community-orbit::before { inset: 13%; }.community-orbit::after { inset: -13% 20%; transform: rotate(50deg); }
.community-orbit span { width: 180px; height: 180px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 70px; font-weight: 900; letter-spacing: -.1em; transform: rotate(-8deg); box-shadow: 0 0 80px rgba(222,255,85,.22); }
.community-copy { position: relative; z-index: 2; max-width: 660px; }.community-copy > p:not(.eyebrow) { margin: 30px 0; color: #c0ccc6; line-height: 1.7; font-size: 17px; }
.impact-quote { margin: 34px 0; padding: 24px 0 24px 24px; border-left: 3px solid var(--acid); color: var(--white); font-family: Georgia, serif; font-size: 20px; line-height: 1.5; }

.venues-section { max-width: 1280px; margin: 0 auto; padding: 140px 30px; }
.venues-heading { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 80px; margin-bottom: 60px; }.venues-heading > p { color: var(--muted); line-height: 1.7; }
.venue-list { border-top: 1px solid var(--line); }.venue-list article { min-height: 140px; padding: 24px 12px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 70px 1fr 260px 60px; gap: 20px; align-items: center; }
.venue-index { color: var(--muted); font-size: 12px; font-weight: 820; }.venue-list small { color: var(--coral); font-size: 11px; letter-spacing: .13em; font-weight: 850; }.venue-list h3 { margin: 7px 0 5px; font-size: 24px; letter-spacing: -.04em; }.venue-list p { margin: 0; color: var(--muted); font-size: 12px; }
.venue-score { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 7px; }.venue-score strong { font-size: 30px; }.venue-score span { color: var(--muted); font-size: 12px; }.venue-score div { grid-column: 1 / -1; height: 5px; background: var(--cream-2); border-radius: 10px; overflow: hidden; }.venue-score i { display: block; height: 100%; background: var(--coral); }
.venue-list article > button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 20px; }.venue-list article > button:hover { background: var(--acid); }
.venue-howto { margin: 0 0 45px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 22px; box-shadow: 0 20px 50px rgba(23,49,39,.06); }
.venue-howto > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; align-items: center; }.venue-howto span { grid-row: 1 / 3; width: 38px; height: 38px; border-radius: 50%; background: var(--acid); display: grid; place-items: center; font-size: 12px; font-weight: 850; }.venue-howto strong { font-size: 13px; }.venue-howto small { color: var(--muted); font-size: 11px; line-height: 1.4; }.venue-howto > i { color: var(--coral); font-style: normal; }
.demo-disclaimer { margin: 0 0 13px; color: var(--muted); font-size: 11px; letter-spacing: .12em; font-weight: 820; }
.venue-tracker-list article { min-height: 180px; grid-template-columns: 42px minmax(210px,.8fr) minmax(360px,1.2fr) auto; gap: 24px; }
.venue-identity p strong { color: var(--ink); }.venue-track { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.venue-track li { position: relative; padding: 30px 8px 0; color: var(--muted); font-size: 11px; line-height: 1.35; text-align: center; }
.venue-track li::before { content: ""; position: absolute; z-index: 2; left: 50%; top: 5px; width: 14px; height: 14px; border: 3px solid var(--white); border-radius: 50%; background: #c8d0ca; box-shadow: 0 0 0 1px var(--line); transform: translateX(-50%); }
.venue-track li::after { content: ""; position: absolute; z-index: 1; left: -50%; right: 50%; top: 12px; height: 2px; background: #c8d0ca; }.venue-track li:first-child::after { display: none; }
.venue-track li.done::before, .venue-track li.current::before { background: var(--acid); box-shadow: 0 0 0 1px var(--ink); }.venue-track li.done::after, .venue-track li.current::after { background: var(--acid); }.venue-track li.current { color: var(--ink); font-weight: 800; }
.venue-tracker-list article > .venue-select-button { width: auto; height: 45px; padding: 0 15px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-size: 12px; font-weight: 800; }
.suggest-place-card { margin-top: 38px; padding: 30px; border-radius: 26px; background: var(--yellow); display: flex; align-items: center; justify-content: space-between; gap: 35px; }.suggest-place-card > div { display: flex; align-items: center; gap: 22px; }.suggest-place-card .step-icon { flex: 0 0 auto; width: 64px; height: 64px; margin: 0; border: 1px solid rgba(23,49,39,.25); border-radius: 50%; display: grid; place-items: center; }.suggest-place-card h3 { margin: 4px 0 6px; font-size: 23px; letter-spacing: -.04em; }.suggest-place-card p { margin: 0; max-width: 720px; color: #44574f; font-size: 12px; line-height: 1.5; }.suggest-place-card .eyebrow { color: var(--ink); font-size: 11px; }

.updates-section { padding: 130px clamp(20px, 6vw, 90px); background: var(--cream-2); }.updates-heading { max-width: 1280px; margin: 0 auto 48px; display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 70px; }.updates-heading > p { color: var(--muted); line-height: 1.7; }.updates-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.update-card { min-height: 360px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); display: flex; flex-direction: column; }.update-card.featured { grid-column: span 2; }.update-card img { width: 100%; height: 190px; object-fit: cover; }.update-card > div { padding: 24px; display: flex; flex: 1; flex-direction: column; }.update-card small { color: var(--coral); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }.update-card h3 { margin: 10px 0; font-size: 25px; letter-spacing: -.04em; }.update-card time { color: var(--muted); font-size: 12px; }.update-card p { color: var(--muted); line-height: 1.55; }.update-card a { margin-top: auto; color: var(--ink); font-size: 12px; font-weight: 820; }

.transparency-section { padding: 0 30px 140px; }.transparency-card { max-width: 1280px; margin: 0 auto; padding: 70px; border-radius: 34px; background: var(--yellow); display: grid; grid-template-columns: 200px 1fr .8fr; gap: 60px; align-items: center; }
.seal { width: 180px; height: 180px; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-content: center; text-align: center; font-size: 48px; font-weight: 900; letter-spacing: -.08em; transform: rotate(-8deg); }.seal span { display: block; font-size: 11px; letter-spacing: .16em; }
.transparency-card h2 { font-size: clamp(40px, 4vw, 62px); }.transparency-card > div:nth-child(2) > p:last-child { margin: 24px 0 0; line-height: 1.65; }
.transparency-card ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(23,49,39,.25); }.transparency-card li { padding: 15px 0; border-bottom: 1px solid rgba(23,49,39,.25); font-size: 13px; font-weight: 650; }.transparency-card li span { display: inline-block; width: 34px; color: rgba(23,49,39,.5); font-size: 11px; }

.faq-section { max-width: 1280px; margin: 0 auto; padding: 140px 30px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 760; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font-size: 25px; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 680px; margin: -5px 0 30px; color: var(--muted); line-height: 1.7; }

.final-cta { position: relative; padding: 140px 30px; background: var(--coral); text-align: center; overflow: hidden; }.final-cta > * { position: relative; z-index: 2; }.final-cta .eyebrow { margin-bottom: 26px; }.final-cta h2 { max-width: 1100px; margin: 0 auto; }.final-cta .button { margin-top: 40px; }.final-cta > p:last-child { margin: 20px 0 0; font-size: 12px; font-weight: 700; }.final-orbit { position: absolute; z-index: 1; left: 50%; top: 50%; width: 980px; height: 440px; transform: translate(-50%,-50%) rotate(8deg); border: 1px solid rgba(23,49,39,.3); border-radius: 50%; }

footer { padding: 70px clamp(30px, 7vw, 110px) 35px; background: #10281f; color: var(--white); display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }.footer-brand > span { font-size: 58px; font-weight: 900; letter-spacing: -.1em; color: var(--acid); }.footer-brand p { color: #9eb0a7; line-height: 1.5; }.footer-brand ~ div { display: flex; flex-direction: column; gap: 12px; }.footer-brand ~ div strong { margin-bottom: 8px; color: var(--acid); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }.footer-brand ~ div a { color: #c1ccc6; font-size: 13px; }.footer-note { grid-column: 1 / -1; margin: 35px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #82978c; font-size: 12px; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 20px; background: rgba(7,20,15,.72); backdrop-filter: blur(8px); display: grid; place-items: center; }
.modal { position: relative; width: min(580px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; border-radius: 28px; background: var(--white); box-shadow: 0 40px 100px rgba(0,0,0,.32); }
.modal-close { position: absolute; z-index: 2; right: 18px; top: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--cream); cursor: pointer; font-size: 24px; }
.modal-progress { height: 5px; background: var(--cream-2); }.modal-progress span { display: block; height: 100%; background: var(--coral); transition: width .3s ease; }
.modal-step { margin: 27px 42px 0; color: var(--muted); font-size: 11px; letter-spacing: .13em; font-weight: 840; }
.modal-content { padding: 22px 42px 42px; }.modal-content h2 { margin: 16px 0 15px; font-size: 45px; }.modal-content > p { color: var(--muted); line-height: 1.55; }.selected-territory { margin: 28px 0; padding: 17px; border: 1px solid var(--line); border-radius: 16px; display: flex; align-items: center; gap: 13px; }.selected-territory > span { width: 40px; height: 40px; border-radius: 50%; background: var(--acid); display: grid; place-items: center; }.selected-territory div { flex: 1; display: flex; flex-direction: column; }.selected-territory small { margin-top: 3px; color: var(--muted); font-size: 11px; }.selected-territory button { border: 0; background: none; cursor: pointer; text-decoration: underline; font-size: 11px; font-weight: 720; }
.choice-list { display: grid; gap: 10px; margin: 24px 0; }.choice-list label { padding: 17px; border: 1px solid var(--line); border-radius: 15px; cursor: pointer; display: flex; align-items: center; gap: 12px; }.choice-list label.selected { border: 2px solid var(--ink); background: #f7f8ef; }.choice-list input { accent-color: var(--ink); }.choice-list label > span { flex: 1; display: flex; flex-direction: column; }.choice-list small { margin-top: 4px; color: var(--muted); font-size: 12px; }.choice-list i { width: 24px; height: 24px; border-radius: 50%; background: var(--acid); display: grid; place-items: center; font-style: normal; font-size: 12px; opacity: 0; }.choice-list label.selected i { opacity: 1; }
.field-label { display: block; margin: 26px 0 8px; font-size: 12px; font-weight: 820; text-transform: uppercase; letter-spacing: .1em; }.form-input { width: 100%; height: 54px; padding: 0 15px; border: 2px solid var(--ink); border-radius: 12px; background: transparent; }.check-label { margin-top: 15px; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; line-height: 1.5; }.check-label input { margin-top: 2px; accent-color: var(--ink); }.modal-content form .button, form.modal-content .button { margin-top: 25px; }.form-privacy { text-align: center; font-size: 11px; }
.success-content { text-align: center; }.success-mark { width: 68px; height: 68px; margin: 4px auto 20px; border-radius: 50%; display: grid; place-items: center; background: var(--acid); font-size: 28px; font-weight: 900; }.success-content .eyebrow { color: var(--coral); }.success-stats { margin: 26px 0; padding: 18px; border-radius: 16px; background: var(--cream); display: grid; grid-template-columns: repeat(3, 1fr); }.success-stats div { display: flex; flex-direction: column; }.success-stats strong { font-size: 26px; }.success-stats span { color: var(--muted); font-size: 11px; }

.dashboard-drawer { position: fixed; z-index: 110; right: 0; top: 0; width: min(520px, 100%); height: 100vh; overflow-y: auto; padding: 34px 38px; background: var(--white); box-shadow: -30px 0 90px rgba(0,0,0,.24); animation: drawer-in .25s ease both; }.drawer-scrim { position: fixed; z-index: 105; inset: 0; background: rgba(7,20,15,.55); }.drawer-close { position: absolute; right: 28px; top: 27px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--cream); cursor: pointer; font-size: 24px; }.drawer-header { display: flex; align-items: baseline; gap: 12px; }.drawer-header small { font-size: 11px; letter-spacing: .15em; font-weight: 850; }.drawer-breadcrumb { margin: 55px 0 14px; color: var(--muted); font-size: 11px; letter-spacing: .12em; }.dashboard-drawer h2 { font-size: 54px; }.impact-card { margin: 28px 0; padding: 24px; border-radius: 20px; background: var(--yellow); }.impact-card > span { font-size: 11px; letter-spacing: .14em; font-weight: 850; }.impact-card p { margin: 12px 0 0; line-height: 1.55; }.drawer-territory { display: flex; justify-content: space-between; align-items: flex-end; }.drawer-territory h3 { margin: 11px 0 2px; font-size: 28px; }.drawer-territory p { margin: 0; color: var(--muted); font-size: 12px; }.drawer-territory > strong { font-size: 32px; }.dashboard-drawer > .progress-bar { margin-top: 14px; }
.timeline { margin: 26px 0; border-top: 1px solid var(--line); }.timeline > div { padding: 18px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }.timeline i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; font-size: 12px; }.timeline .done i { background: var(--acid); border-color: var(--acid); }.timeline span { display: flex; flex-direction: column; }.timeline strong { font-size: 13px; }.timeline small { margin-top: 4px; color: var(--muted); font-size: 11px; }.notification-card { margin-bottom: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; display: grid; grid-template-columns: 1fr auto; gap: 5px; }.notification-card span { grid-column: 1 / -1; color: var(--muted); font-size: 11px; letter-spacing: .13em; font-weight: 850; }.notification-card strong { font-size: 12px; }.notification-card button { border: 0; background: none; text-decoration: underline; cursor: pointer; font-size: 11px; }
@keyframes drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }.hero-copy { max-width: 850px; }.hero-visual { min-height: 510px; }.hero-story-visual { width: min(820px, 100%); margin: 0 auto; }
  .proof-strip { grid-template-columns: repeat(3, 1fr); }.proof-strip > p { grid-column: 1 / -1; min-height: 80px; border-left: 1px solid var(--line); }
  .origin-story { grid-template-columns: 1fr; }.origin-copy { max-width: 900px; }.origin-gallery { min-height: 600px; }
  .voices-heading { grid-template-columns: 1fr; gap: 28px; }.voices-heading > p { max-width: 760px; }.voice-card-1,.voice-card-2 { grid-column: span 6; }.voice-card-3,.voice-card-4,.voice-card-5 { grid-column: span 4; }
  .map-layout { grid-template-columns: 1fr 300px; }.radar-heading { grid-template-columns: 1fr .75fr; }
  .transparency-card { grid-template-columns: 160px 1fr; }.transparency-card ul { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }.seal { width: 150px; height: 150px; }
  .venue-tracker-list article { grid-template-columns: 36px 1fr auto; }.venue-track { grid-column: 2 / -1; }.venue-tracker-list article > .venue-select-button { grid-column: 3; grid-row: 1; }
}

@media (max-width: 760px) {
  .announcement { justify-content: flex-start; overflow: hidden; white-space: nowrap; }.announcement span { display: none; }
  .site-header { padding: 18px 20px; }.brand-sub, .text-button { display: none; }.button-small { min-height: 38px; padding: 0 13px; }
  .hero { min-height: auto; padding: 60px 20px 72px; gap: 45px; }.hero-actions { flex-direction: column; align-items: stretch; }.trust-line { gap: 9px 15px; }.hero-visual { min-height: 430px; transform: scale(.92); }.hero-visual::before { width: 340px; height: 390px; }.orbit-one { width: 420px; height: 320px; }.orbit-two { width: 330px; height: 460px; }.hero-card-left { left: -7px; bottom: 35px; }.hero-card-right { right: -8px; top: 44px; }.people-stack { right: 15px; bottom: 30px; }
  .hero-story-visual { min-height: 410px; }.hero-brand-video { height: 400px; border-radius: 24px; }.hero-real-card { left: 10px; right: 10px; bottom: -25px; padding: 20px; }.hero-media-caption { left: 12px; top: 12px; }.truth-chips { gap: 6px; }.truth-chips span { padding: 7px 9px; font-size: 11px; }
  .proof-strip { grid-template-columns: 1fr 1fr; padding: 0 20px; }.proof-strip > div { min-height: 105px; }.proof-strip > div:nth-child(3) { grid-column: 1 / -1; border-left: 1px solid var(--line); }.proof-strip strong { font-size: 30px; }
  .origin-story { padding: 95px 20px 30px; gap: 50px; }.origin-gallery { min-height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 430px 210px; }.origin-photo-main { grid-column: 1 / -1; grid-row: auto; }
  .customer-voices { padding: 80px 20px 95px; }.voices-grid { grid-template-columns: 1fr; margin-top: 45px; }.voice-card,.voice-card-1,.voice-card-2,.voice-card-3,.voice-card-4,.voice-card-5,.voice-card-6 { grid-column: auto; min-height: 235px; padding: 27px; }.voice-card-6 { padding-right: 27px; }.voice-card p { font-size: 27px; }.voices-conclusion { padding: 24px 4px; grid-template-columns: 44px 1fr; }.voices-conclusion > span { width: 42px; height: 42px; }.voices-conclusion p { font-size: 15px; }.voices-disclaimer { text-align: left; }
  .story-section, .venues-section, .faq-section { padding: 95px 20px; }.steps-grid { grid-template-columns: 1fr; margin-top: 55px; }.steps-grid article, .steps-grid article:first-child { min-height: 270px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }.steps-grid article:last-child { border-bottom: 0; }
  .radar-section { padding: 90px 15px; }.radar-heading { grid-template-columns: 1fr; gap: 24px; }.radar-heading > p { font-size: 15px; }.map-shell { border-radius: 22px; }.map-layout { grid-template-columns: 1fr; }.map-canvas { min-height: 500px; }.territory-panel { border-left: 0; border-top: 1px solid var(--line); }.map-toolbar { padding-bottom: 8px; }.map-toolbar button { padding: 10px 13px; }.map-scale-rail { left: 8px; width: 48px; padding: 6px 4px; }.map-scale-rail button { min-height: 36px; }.map-scale-rail button small,.map-wheel-hint { display: none; }
  .mini-status { max-width: 95px; text-align: center; }
  .participation-section { padding: 95px 15px; }.participation-grid { grid-template-columns: 1fr; }.participation-card { min-height: 380px; }.section-intro.compact { margin-bottom: 50px; }
  .community-section { min-height: auto; padding: 90px 20px; grid-template-columns: 1fr; }.community-orbit { width: 300px; margin: 0 auto; }.community-orbit span { width: 120px; height: 120px; font-size: 46px; }.community-copy { order: -1; }
  .venues-heading { grid-template-columns: 1fr; gap: 25px; }.venue-list article { grid-template-columns: 35px 1fr 45px; }.venue-score { grid-column: 2 / -1; }.venue-list article > button { grid-column: 3; grid-row: 1; }.updates-section { padding: 90px 20px; }.updates-heading { grid-template-columns: 1fr; gap: 20px; }.updates-grid { grid-template-columns: 1fr; }.update-card.featured { grid-column: auto; }
  .venue-howto { padding: 20px; grid-template-columns: 1fr; gap: 15px; }.venue-howto > i { display: none; }.venue-tracker-list article { padding: 26px 3px; grid-template-columns: 28px 1fr; gap: 16px; }.venue-track { grid-column: 2; }.venue-tracker-list article > .venue-select-button { grid-column: 2; grid-row: auto; justify-self: start; }.suggest-place-card { padding: 24px; flex-direction: column; align-items: stretch; }.suggest-place-card > div { align-items: flex-start; }.suggest-place-card .step-icon { width: 48px; height: 48px; }.suggest-place-card .button { width: 100%; }
  .transparency-section { padding: 0 15px 95px; }.transparency-card { padding: 38px 24px; grid-template-columns: 1fr; gap: 35px; }.seal { width: 130px; height: 130px; font-size: 38px; }.transparency-card ul { grid-column: auto; grid-template-columns: 1fr; }
  .faq-section { grid-template-columns: 1fr; gap: 55px; }.final-cta { padding: 100px 20px; }.final-orbit { width: 560px; height: 340px; }
  footer { grid-template-columns: 1fr 1fr; padding: 60px 25px 30px; }.footer-brand { grid-column: 1 / -1; }.footer-note { grid-column: 1 / -1; }
  .modal-backdrop { padding: 8px; align-items: end; }.modal { max-height: 92vh; border-radius: 24px 24px 12px 12px; }.modal-step { margin-left: 24px; }.modal-content { padding: 18px 24px 28px; }.modal-content h2 { font-size: 38px; }.dashboard-drawer { padding: 28px 24px; }.dashboard-drawer h2 { font-size: 45px; }
}

@media (max-width: 480px) {
  .origin-gallery { grid-template-columns: 1fr; grid-template-rows: 380px 210px 210px; }
  .origin-photo-main { grid-column: auto; }
  .venue-track { grid-template-columns: 1fr; gap: 0; }
  .venue-track li { min-height: 42px; padding: 4px 0 4px 32px; text-align: left; display: flex; align-items: center; }
  .venue-track li::before { left: 8px; top: 50%; transform: translate(-50%,-50%); }
  .venue-track li::after { left: 7px; right: auto; top: -50%; width: 2px; height: 100%; }
  .suggest-place-card > div { display: block; }.suggest-place-card .step-icon { margin-bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* WordPress programme layer */
body.diz-program-page.admin-bar .site-header { top: 32px; }
body.diz-program-page.admin-bar .dashboard-drawer { top: 32px; height: calc(100vh - 32px); }
.diz-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-row .field-label { margin-top: 18px; }
.field-label { display: flex; flex-direction: column; gap: 8px; }
.field-label > span { color: var(--muted); font-size: 12px; font-weight: 500; }
.form-input { min-height: 49px; padding: 12px 14px; }
select.form-input { appearance: auto; }
.form-input:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,118,95,.12); outline: 0; }
.conditional-fields { margin-top: 18px; padding: 18px; border-radius: 16px; background: var(--cream); }
.conditional-fields .field-label + .field-label { margin-top: 14px; }
.step-buttons { margin-top: 24px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; }
.step-buttons .button { width: 100%; }
.notification-choices { margin-top: 22px; display: grid; gap: 9px; }
.notification-choices label { padding: 13px 14px; border: 1px solid var(--line); border-radius: 13px; display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.notification-choices label:has(input:checked) { border-color: var(--ink); background: #f3f9d6; box-shadow: 0 0 0 1px var(--ink); }
.notification-choices input { margin-top: 3px; accent-color: var(--ink); }
.notification-choices span { display: flex; flex-direction: column; gap: 3px; }
.notification-choices strong { font-size: 13px; }
.notification-choices small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.check-label a { text-decoration: underline; font-weight: 720; }
.form-error { margin: 16px 0 0; padding: 12px 14px; border: 1px solid #d64133; border-radius: 12px; background: #fff0ed; color: #9f281d; font-size: 13px; line-height: 1.45; }
.button[disabled] { opacity: .55; cursor: wait; }
.demo-badge { margin: 17px 0 0; padding: 8px 10px; border-radius: 8px; background: var(--cream-2); color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-align: center; }
.territory-levels { margin: 24px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.territory-levels button { min-height: 94px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); display: flex; flex-direction: column; align-items: flex-start; cursor: default; }
.territory-levels button:first-child { grid-column: 1 / -1; background: var(--cream); }
.territory-levels span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.territory-levels strong { margin-top: 6px; font-size: 24px; }
.territory-levels small { margin-top: auto; color: var(--muted); font-size: 11px; }
.success-content > small { display: block; margin: -8px 0 18px; color: var(--muted); font-size: 11px; text-align: center; }

/* Pacte, première bouteille et parcours professionnel — v0.14 */
.pact-section { max-width: 1400px; margin: 0 auto; padding: 20px clamp(20px,7vw,110px) 150px; }
.pact-section .section-intro { max-width: 910px; }
.pact-section .section-intro > p:last-child { max-width: 760px; margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.pact-grid { margin-top: 62px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2,1fr); }
.pact-grid article { min-height: 315px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.pact-grid article:nth-child(2n) { border-right: 0; }
.pact-grid article > span { color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.pact-grid h3 { margin: auto 0 20px; font-size: clamp(27px,3vw,44px); line-height: 1.03; letter-spacing: -.05em; }
.pact-grid p { max-width: 530px; margin: 0; color: var(--muted); line-height: 1.6; }

.reward-section { padding: 120px clamp(20px,8vw,130px); background: var(--acid); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,8vw,130px); align-items: center; }
.reward-copy { max-width: 660px; }
.reward-copy h2 { margin: 22px 0 28px; }
.reward-copy > p { font-size: 18px; line-height: 1.65; }
.reward-rule { margin: 30px 0; padding: 20px; border: 1px solid rgba(23,49,39,.25); border-radius: 18px; display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start; }
.reward-rule > span { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: var(--acid); display: grid; place-items: center; font-weight: 900; }
.reward-rule p { margin: 0; font-size: 13px; font-weight: 690; line-height: 1.55; }
.reward-card { position: relative; overflow: hidden; min-height: 640px; padding: 42px; border-radius: 34px; background: var(--ink); color: var(--white); box-shadow: 0 30px 80px rgba(23,49,39,.2); }
.reward-card::before { content:""; position:absolute; right:-150px; top:-120px; width:420px; height:420px; border:1px solid rgba(222,255,85,.24); border-radius:50%; }
.reward-card-kicker { position: relative; z-index: 1; color: var(--acid); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.reward-bottle { position: absolute; right: 55px; top: 48px; width: 110px; height: 260px; border: 4px solid var(--white); border-radius: 20px 20px 30px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(6deg); }
.reward-bottle::before { content:""; position:absolute; left:28px; top:-35px; width:46px; height:36px; border:4px solid var(--white); border-bottom:0; border-radius:7px 7px 0 0; }
.reward-bottle b { font-size: 30px; letter-spacing: -.09em; }.reward-bottle i { color: var(--acid); font-size: 12px; }
.reward-steps { position: relative; z-index: 1; max-width: 470px; margin: 90px 0 20px; padding: 0; list-style: none; display: grid; gap: 12px; }
.reward-steps li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 32px 1fr; gap: 15px; align-items: start; }
.reward-steps li > span { width: 30px; height: 30px; border-radius: 50%; background: var(--acid); color: var(--ink); display: grid; place-items: center; font-size: 12px; font-weight: 900; }
.reward-steps div { display: flex; flex-direction: column; gap: 5px; }.reward-steps strong { font-size: 13px; }.reward-steps small { color: #bac8c1; font-size: 11px; line-height: 1.45; }
.reward-card > p { position: relative; z-index: 1; max-width: 520px; margin: 22px 0 0; color: #bac8c1; font-size: 11px; line-height: 1.55; }

.pro-section { padding: 130px clamp(20px,7vw,110px); background: var(--ink); color: var(--white); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px,7vw,105px); align-items: start; }
.pro-intro { position: sticky; top: 120px; }
.pro-intro h2 { margin: 24px 0 28px; }
.pro-intro > p { max-width: 570px; color: #cad4cf; font-size: 17px; line-height: 1.65; }
.pro-promise { margin-top: 45px; border-top: 1px solid rgba(255,255,255,.18); }
.pro-promise > span { float: left; width: 40px; padding-top: 19px; color: var(--acid); font-size: 11px; font-weight: 900; }
.pro-promise p { min-height: 78px; margin: 0 0 0 40px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #cad4cf; font-size: 12px; line-height: 1.5; }
.pro-promise strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 13px; }
.pro-form { padding: clamp(25px,4vw,50px); border-radius: 30px; background: var(--white); color: var(--ink); }
.pro-form fieldset { margin: 0 0 30px; padding: 0; border: 0; }.pro-form legend { margin-bottom: 15px; font-size: 13px; font-weight: 850; }
.pro-choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.pro-choice-grid label { position: relative; min-height: 83px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; display: flex; align-items: flex-start; gap: 10px; }
.pro-choice-grid label:last-child { grid-column: 1 / -1; }
.pro-choice-grid label:has(input:checked) { border-color: var(--ink); background: #f3f9d6; box-shadow: 0 0 0 1px var(--ink); }
.pro-choice-grid input { margin-top: 3px; accent-color: var(--ink); }.pro-choice-grid span { display: flex; flex-direction: column; gap: 5px; }.pro-choice-grid strong { font-size: 13px; }.pro-choice-grid small { color: var(--muted); font-size: 11px; }
.pro-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.pro-form > .field-label { margin-top: 17px; }.pro-form textarea.form-input { min-height: 110px; resize: vertical; }
.pro-form .check-label { margin-top: 16px; }
.pro-form-status { min-height: 22px; margin: 15px 0 4px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.pro-form-status.is-error { padding: 12px; border: 1px solid #d64133; border-radius: 10px; background: #fff0ed; color: #9f281d; }
.pro-form-status.is-success { padding: 14px; border: 1px solid #8e9e39; border-radius: 10px; background: #f3f9d6; color: var(--ink); font-weight: 700; }
.pro-fineprint { margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }

/* Annexes */
.diz-annexe { min-height: 100vh; background: var(--cream); }
.annexe-hero { min-height: 530px; padding: 105px clamp(30px, 10vw, 160px) 90px; background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: flex-end; }
.annexe-hero h1 { max-width: 970px; margin: 20px 0 24px; font-size: clamp(48px, 8vw, 112px); line-height: .93; letter-spacing: -.075em; }
.annexe-hero > p:last-child { max-width: 720px; margin: 0; color: #c7d2cc; font-size: clamp(17px, 2vw, 23px); line-height: 1.5; }
.annexe-content { max-width: 1100px; margin: 0 auto; padding: 95px clamp(24px, 5vw, 70px); }
.annexe-content article { padding: 38px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 80px 1fr; gap: 25px; }
.annexe-content article > span { color: var(--coral); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.annexe-content h2 { margin: 0 0 14px; font-size: clamp(27px, 4vw, 48px); line-height: 1.04; letter-spacing: -.045em; }
.annexe-content p { max-width: 780px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.legal-warning { margin-top: 48px; padding: 27px; border: 2px solid var(--coral); border-radius: 18px; background: #fff4ef; }
.legal-warning strong { display: block; margin-bottom: 8px; color: #a52b20; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.legal-warning p { color: var(--ink); font-size: 14px; }
.annexe-cta { padding: 100px 30px; background: var(--yellow); text-align: center; }
.annexe-cta h2 { max-width: 780px; margin: 20px auto 32px; font-size: clamp(40px, 6vw, 76px); line-height: .98; letter-spacing: -.06em; }

@media (max-width: 782px) {
  body.diz-program-page.admin-bar .site-header { top: 46px; }
  body.diz-program-page.admin-bar .dashboard-drawer { top: 46px; height: calc(100vh - 46px); }
}

@media (max-width: 760px) {
  .field-row { grid-template-columns: 1fr; }
  .notification-choices label { padding: 12px; }
  .pact-section { padding: 80px 20px 95px; }.pact-grid { grid-template-columns: 1fr; margin-top: 42px; }.pact-grid article { min-height: 255px; padding: 28px 10px; border-right: 0; }.pact-section .section-intro > p:last-child { font-size: 16px; }
  .reward-section { padding: 90px 20px; grid-template-columns: 1fr; gap: 45px; }.reward-card { min-height: auto; padding: 30px 24px; }.reward-bottle { position: relative; right: auto; top: auto; width: 80px; height: 180px; margin: 55px auto 25px; }.reward-bottle::before { left: 19px; width: 35px; }.reward-steps { margin-top: 20px; }
  .pro-section { padding: 90px 20px; grid-template-columns: 1fr; }.pro-intro { position: static; }.pro-form { padding: 24px 18px; border-radius: 22px; }.pro-grid,.pro-choice-grid { grid-template-columns: 1fr; }.pro-choice-grid label:last-child { grid-column: auto; }
  .annexe-hero { min-height: 470px; padding: 80px 24px 55px; }
  .annexe-content { padding-top: 55px; padding-bottom: 55px; }
  .annexe-content article { grid-template-columns: 38px 1fr; gap: 12px; padding: 28px 0; }
  .annexe-content p { font-size: 15px; }
}

/* Carte territoriale multi-niveaux — v0.11 */
.map-level-header { padding: 17px 20px 15px; background: #fffdf7; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.map-breadcrumb { min-width: 0; display: flex; align-items: center; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.map-breadcrumb::-webkit-scrollbar { display: none; }
.map-breadcrumb button { flex: 0 0 auto; padding: 0; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 11px; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.map-breadcrumb button:last-of-type:not([hidden]) { color: var(--ink); }
.map-breadcrumb span { color: #9aa89f; font-size: 13px; }
.map-level-switch { padding: 4px; border: 1px solid var(--line); border-radius: 999px; display: flex; gap: 2px; }
.map-level-switch button { min-height: 30px; padding: 0 11px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; font-weight: 780; white-space: nowrap; }
.map-level-switch button.active { background: var(--acid); color: var(--ink); }
.map-level-caption { position: absolute; z-index: 4; left: 22px; top: 20px; max-width: 330px; padding: 14px 16px; border: 1px solid rgba(23,49,39,.12); border-radius: 14px; background: rgba(255,253,247,.9); backdrop-filter: blur(8px); display: flex; flex-direction: column; gap: 4px; pointer-events: none; }
.map-level-caption small { color: var(--coral); font-size: 11px; font-weight: 880; letter-spacing: .13em; }
.map-level-caption strong { font-size: 14px; line-height: 1.25; }
.map-level-caption span { color: var(--muted); font-size: 11px; }
.local-map-visual { display: none; position: absolute; inset: 0; overflow: hidden; background: radial-gradient(circle at 52% 48%, rgba(222,255,85,.28), transparent 28%), linear-gradient(35deg, transparent 47%, rgba(255,255,255,.7) 48%, rgba(255,255,255,.7) 51%, transparent 52%), linear-gradient(125deg, transparent 47%, rgba(255,255,255,.55) 48%, rgba(255,255,255,.55) 50%, transparent 51%); }
.local-map-visual span { position: absolute; left: 50%; top: 49%; border: 1px solid rgba(23,49,39,.15); border-radius: 50%; transform: translate(-50%,-50%); }
.local-map-visual span:nth-child(1) { width: 230px; height: 230px; }
.local-map-visual span:nth-child(2) { width: 440px; height: 440px; }
.local-map-visual span:nth-child(3) { width: 690px; height: 690px; }
.local-map-visual strong { position: absolute; right: 7%; bottom: 8%; color: rgba(23,49,39,.08); font-size: 100px; font-weight: 950; letter-spacing: -.1em; }
.map-level-area .france-map-visual, .map-level-city .france-map-visual, .map-level-venue .france-map-visual,
.map-level-area .map-label, .map-level-city .map-label, .map-level-venue .map-label { display: none; }
.map-level-area .local-map-visual, .map-level-city .local-map-visual, .map-level-venue .local-map-visual { display: block; }
.map-level-area .map-marker, .map-level-city .map-marker { width: 78px; height: 78px; border-width: 7px; }
.map-level-area .map-marker small, .map-level-city .map-marker small { top: 76px; font-size: 12px; }
.map-level-venue .map-marker { width: 64px; height: 64px; }
.map-level-venue .map-marker small { top: 64px; max-width: 180px; overflow: hidden; text-overflow: ellipsis; }
.marker-proposed { background: var(--white); }.marker-growing { background: var(--coral); }.marker-contacted { background: var(--yellow); }.marker-interested { background: var(--acid); }
.status-proposed { background: var(--cream-2); }.status-growing { background: #ffd2c8; }.status-contacted { background: var(--yellow); }.status-interested { background: var(--acid); }
.map-empty-state { position: absolute; left: 50%; top: 50%; width: min(360px, 75%); padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,247,.92); transform: translate(-50%,-50%); text-align: center; display: flex; flex-direction: column; gap: 7px; }
.map-empty-state span { color: var(--muted); font-size: 12px; }
.map-drill-button { width: 100%; min-height: 45px; margin: -9px 0 14px; padding: 0 15px; border: 1px solid var(--ink); border-radius: 12px; background: transparent; color: var(--ink); cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 820; }
.map-drill-button:hover { background: var(--ink); color: var(--white); }

/* Registre des lieux et rapprochement anti-doublon */
.venue-match-panel { margin-top: 14px; padding: 15px; border: 1px solid #e4a942; border-radius: 14px; background: #fff9e9; }
.venue-match-panel > p { margin: 0 0 11px; display: flex; flex-direction: column; gap: 3px; }
.venue-match-panel > p strong { font-size: 13px; }.venue-match-panel > p span { color: var(--muted); font-size: 11px; line-height: 1.4; }
.venue-match-list { display: grid; gap: 7px; }
.venue-match-list button { width: 100%; padding: 11px 12px; border: 1px solid rgba(23,49,39,.16); border-radius: 11px; background: var(--white); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; text-align: left; }
.venue-match-list button:hover { border-color: var(--ink); box-shadow: 0 5px 14px rgba(23,49,39,.08); }
.venue-match-list button > span { display: flex; flex-direction: column; gap: 3px; }
.venue-match-list button > span:last-child { align-items: flex-end; }
.venue-match-list strong { font-size: 12px; }.venue-match-list b { font-size: 18px; }.venue-match-list small { color: var(--muted); font-size: 11px; font-weight: 600; }
.venue-discovery { display: grid; gap: 7px; }.venue-search-help { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }.venue-search-status { min-height: 17px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.official-place-panel { margin-top: 14px; padding: 15px; border: 1px solid rgba(23,49,39,.22); border-radius: 14px; background: #f5f8ed; }.official-place-panel > p { margin: 0 0 11px; display: flex; flex-direction: column; gap: 3px; }.official-place-panel > p strong { font-size: 13px; }.official-place-panel > p > span { color: var(--muted); font-size: 11px; line-height: 1.4; }.official-place-list { display: grid; gap: 7px; }.official-place-list button { width: 100%; padding: 11px 12px; border: 1px solid rgba(23,49,39,.16); border-radius: 11px; background: var(--white); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; text-align: left; }.official-place-list button:hover { border-color: var(--ink); box-shadow: 0 5px 14px rgba(23,49,39,.08); }.official-place-list button span { display: grid; gap: 3px; }.official-place-list strong { font-size: 12px; }.official-place-list small { color: var(--muted); font-size: 11px; }.official-place-list b { color: var(--ink); font-size: 11px; white-space: nowrap; }.place-attributions { margin-top: 10px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 14px; }.place-attributions > small { color: #5e5e5e; font-size: 12px; line-height: 1.4; }.place-attributions a { color: inherit; text-underline-offset: 2px; }.google-attribution { display: block; color: #5e5e5e; font-family: Roboto, Arial, sans-serif; font-size: 13px !important; font-style: normal; font-weight: 400; letter-spacing: normal; line-height: 1.35; text-align: right; }.google-attribution b { color: inherit; font: inherit; white-space: nowrap; }
.venue-name-only-button { width: 100%; margin-top: 11px; padding: 12px 14px; border: 1px dashed rgba(23,49,39,.35); border-radius: 11px; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 750; text-align: center; }.venue-name-only-button:hover { border-style: solid; background: #f8f5ed; }
.venue-pending-notice { margin-top: 14px; padding: 13px; border: 1px solid #c8df59; border-radius: 13px; background: #f6ffd4; display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; }.venue-pending-notice > span { width: 28px; height: 28px; border-radius: 50%; background: var(--acid); display: grid; place-items: center; font-weight: 900; }.venue-pending-notice p { margin: 0; display: grid; gap: 3px; }.venue-pending-notice strong { font-size: 12px; }.venue-pending-notice small { color: var(--muted); font-size: 11px; line-height: 1.35; }.venue-pending-notice button { border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: 11px; }
.venue-type-field { margin-top: 14px; }.venue-manual-details { margin-top: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; }.venue-manual-details summary { color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 700; }.venue-manual-details[open] summary { margin-bottom: 13px; color: var(--ink); }
.venue-none-button { width: 100%; margin-top: 10px; padding: 8px 0 0; border: 0; border-top: 1px solid rgba(23,49,39,.12); background: none; color: var(--muted); cursor: pointer; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.venue-selected-notice { margin-top: 14px; padding: 12px; border: 1px solid #9cac42; border-radius: 13px; background: #f3f9d6; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; }
.venue-selected-notice > span { width: 28px; height: 28px; border-radius: 50%; background: var(--acid); display: grid; place-items: center; font-size: 12px; font-weight: 900; }
.venue-selected-notice p { margin: 0; display: flex; flex-direction: column; gap: 2px; }.venue-selected-notice strong { font-size: 12px; }.venue-selected-notice small { color: var(--muted); font-size: 11px; }
.venue-selected-notice button { border: 0; background: none; cursor: pointer; font-size: 11px; font-weight: 750; text-decoration: underline; }

/* Carte géographique réelle — v0.12 */
.diz-real-map { position: absolute; z-index: 1; inset: 0; min-height: 100%; font-family: Arial, sans-serif; }
.diz-real-map .maplibregl-canvas { outline: 0; }
.diz-real-map .maplibregl-ctrl-group { overflow: hidden; border: 1px solid rgba(23,49,39,.14); border-radius: 12px; box-shadow: 0 6px 20px rgba(23,49,39,.12); }
.diz-real-map .maplibregl-ctrl-group button { width: 34px; height: 34px; }
.diz-real-map .maplibregl-ctrl-attrib { max-width: 270px; color: #41534b; font-size: 11px; }
.map-loading, .map-fallback { position: absolute; z-index: 7; left: 50%; top: 50%; min-width: 245px; padding: 18px 22px; border: 1px solid rgba(23,49,39,.14); border-radius: 16px; background: rgba(255,253,247,.96); box-shadow: 0 18px 45px rgba(23,49,39,.12); transform: translate(-50%,-50%); align-items: center; justify-content: center; gap: 11px; text-align: center; }
.map-loading { display: flex; }
.map-loading[hidden], .map-fallback[hidden] { display: none; }
.map-loading span { width: 20px; height: 20px; border: 2px solid var(--line); border-top-color: var(--coral); border-radius: 50%; animation: diz-map-spin .8s linear infinite; }
.map-loading strong, .map-fallback strong { font-size: 12px; }
.map-fallback { display: flex; flex-direction: column; }
.map-fallback span { color: var(--muted); font-size: 11px; line-height: 1.45; }
.map-source-note { position: absolute; z-index: 5; right: 10px; bottom: 35px; margin: 0; padding: 5px 8px; border-radius: 7px; background: rgba(255,253,247,.84); color: #53655d; font-size: 11px; pointer-events: none; }
.diz-map-territory-marker { position: absolute; left: 0; top: 0; width: 52px; height: 52px; margin: 0; padding: 0; border: 5px solid rgba(255,255,255,.88); border-radius: 50%; cursor: pointer; display: grid; place-items: center; color: var(--ink); box-shadow: 0 8px 22px rgba(23,49,39,.25); transition: box-shadow .2s ease; will-change: transform; }
.diz-map-territory-marker:hover { box-shadow: 0 11px 28px rgba(23,49,39,.38); }
.diz-map-territory-marker > span { font-size: 12px; font-weight: 900; }
.diz-map-territory-marker > small { position: absolute; left: 50%; top: 50px; max-width: 130px; padding: 4px 7px; border: 1px solid rgba(23,49,39,.1); border-radius: 7px; background: rgba(255,253,247,.94); font-size: 11px; font-weight: 800; line-height: 1.15; white-space: nowrap; transform: translateX(-50%); }
.diz-map-pin { position: absolute; left: 0; top: 0; width: 34px; height: 42px; margin: 0; padding: 0; border: 0; background: transparent; cursor: pointer; will-change: transform; }
.diz-map-pin::before { content: ""; position: absolute; left: 3px; top: 4px; width: 28px; height: 28px; box-sizing: border-box; border: 3px solid var(--white); border-radius: 50% 50% 50% 4px; background: var(--ink); box-shadow: 0 8px 20px rgba(23,49,39,.32); transform: rotate(-45deg); transition: transform .18s ease, box-shadow .18s ease; }
.diz-map-pin:hover::before { transform: rotate(-45deg) scale(1.13); box-shadow: 0 10px 24px rgba(23,49,39,.4); }
.diz-map-pin > span { position: absolute; z-index: 1; left: 12px; top: 12px; width: 10px; height: 10px; border-radius: 50%; background: var(--acid); pointer-events: none; }
.diz-map-pin > small { position: absolute; left: 31px; top: 13px; max-width: 160px; padding: 5px 8px; border: 1px solid rgba(23,49,39,.1); border-radius: 7px; background: rgba(255,253,247,.95); color: var(--ink); font-size: 11px; font-weight: 800; line-height: 1.2; white-space: nowrap; }
.pin-growing > span { background: var(--coral); }.pin-contacted > span { background: var(--yellow); }.pin-interested > span, .pin-available > span { background: var(--acid); }
.pin-former::before { background: #6f7e77; }.pin-former > span { background: var(--coral); }.diz-map-pin.is-national > small { display: none; }.diz-map-pin.is-national { width: 28px; height: 34px; }.diz-map-pin.is-national::before { width: 24px; height: 24px; }.diz-map-pin.is-national > span { left: 10px; top: 10px; width: 8px; height: 8px; }
.diz-map-preview-pin { position: absolute; left: 0; top: 0; display: block; width: 28px; height: 35px; border: 0; background: transparent; will-change: transform; }
.diz-map-preview-pin::before { content: ""; position: absolute; left: 3px; top: 4px; width: 24px; height: 24px; box-sizing: border-box; border: 3px solid var(--white); border-radius: 50% 50% 50% 4px; background: var(--coral); box-shadow: 0 8px 20px rgba(23,49,39,.32); transform: rotate(-45deg); }
.legend-venue { position: relative; background: var(--ink); }
.legend-venue::after { content: ""; position: absolute; left: 2px; top: 2px; width: 4px; height: 4px; border-radius: 50%; background: var(--acid); }
.legend-former { position: relative; background: #6f7e77; }
.legend-former::after { content: ""; position: absolute; left: 2px; top: 2px; width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }
.diz-map-popup .maplibregl-popup-content { min-width: 210px; padding: 16px; border-radius: 15px; color: var(--ink); box-shadow: 0 18px 50px rgba(23,49,39,.24); }
.diz-map-popup .maplibregl-popup-close-button { right: 5px; top: 4px; font-size: 18px; }
.map-popup-card { display: grid; gap: 6px; }
.map-popup-card small { color: var(--coral); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.map-popup-card strong { padding-right: 14px; font-size: 15px; line-height: 1.2; }
.map-popup-card span { color: var(--muted); font-size: 11px; line-height: 1.4; }
.map-popup-card b { font-size: 12px; }
.map-popup-card a { width: fit-content; margin-top: 2px; color: var(--ink); font-size: 11px; font-weight: 800; text-underline-offset: 3px; }
.map-popup-demo { margin-top: 4px; padding: 6px 8px; border-radius: 7px; background: #fff2d7; color: #795617 !important; font-weight: 700; }
@keyframes diz-map-spin { to { transform: rotate(360deg); } }

/* Vérification géographique des lieux */
.venue-geocode { margin-top: 13px; padding-top: 2px; }
.venue-geocode[hidden] { display: none; }
.geocode-button { width: 100%; min-height: 43px; margin-top: 8px; padding: 0 14px; border: 1px solid var(--ink); border-radius: 11px; background: var(--white); color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; }
.geocode-button:hover { background: var(--ink); color: var(--white); }
.geocode-button[disabled] { opacity: .58; cursor: wait; }
.geocode-status { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.geocode-status.is-error { color: #a52b20; font-weight: 700; }
.geocode-results { margin-top: 10px; display: grid; gap: 7px; }
.geocode-results[hidden] { display: none; }
.geocode-results button { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); cursor: pointer; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; text-align: left; }
.geocode-results button:hover { border-color: var(--ink); }
.geocode-results button span { display: flex; flex-direction: column; gap: 3px; }
.geocode-results strong { font-size: 12px; line-height: 1.35; }
.geocode-results small { color: var(--muted); font-size: 11px; }
.geocode-results b { flex: 0 0 auto; padding: 5px 7px; border-radius: 999px; background: var(--cream); font-size: 11px; text-transform: uppercase; }
.geocode-selected { margin-top: 11px; padding: 12px; border: 1px solid #8e9e39; border-radius: 12px; background: #f3f9d6; display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 9px; }
.geocode-selected[hidden] { display: none; }
.geocode-selected > span { width: 26px; height: 26px; border-radius: 50%; background: var(--acid); display: grid; place-items: center; font-size: 12px; font-weight: 900; }
.geocode-selected div { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.geocode-selected strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.geocode-selected small { color: var(--muted); font-size: 11px; }
.geocode-selected button { border: 0; background: none; cursor: pointer; font-size: 11px; font-weight: 750; text-decoration: underline; }

@media (max-width: 900px) {
  .map-level-header { grid-template-columns: 1fr; gap: 12px; }
  .map-level-switch { width: 100%; overflow-x: auto; border-radius: 14px; }
  .map-level-switch button { flex: 1 0 auto; }
}

@media (max-width: 760px) {
  .map-level-header { padding: 14px; }
  .map-level-caption { left: 12px; right: 12px; top: 12px; max-width: none; }
  .map-level-caption span { display: none; }
  .map-legend { left: 12px; right: 12px; bottom: 12px; justify-content: center; }
  .map-level-area .map-marker, .map-level-city .map-marker { width: 68px; height: 68px; }
  .venue-selected-notice { grid-template-columns: 28px 1fr; }.venue-selected-notice button { grid-column: 2; justify-self: start; }
  .venue-pending-notice { grid-template-columns: 28px 1fr; }.venue-pending-notice button { grid-column: 2; justify-self: start; }
  .map-source-note { display: none; }
  .diz-real-map .maplibregl-ctrl-bottom-right { bottom: 45px; }
  .geocode-selected { grid-template-columns: 26px 1fr; }.geocode-selected button { grid-column: 2; justify-self: start; }
}

/* Bêta communautaire vérifiée — v0.15 */
.participation-grid-simple { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 920px; }
.pioneer-mark { width: 190px; height: 190px; margin: 58px 0 28px auto; border: 1px solid rgba(222,255,85,.35); border-radius: 50%; display: grid; place-items: center; align-content: center; gap: 7px; color: var(--acid); }
.pioneer-mark b { font-size: 54px; line-height: 1; }.pioneer-mark i { font-size: 12px; font-style: normal; font-weight: 850; letter-spacing: .13em; }
.venue-real-status { min-width: 250px; display: grid; grid-template-columns: 14px 1fr; gap: 10px; align-items: start; }
.venue-real-status > span { width: 12px; height: 12px; margin-top: 3px; border: 3px solid var(--white); border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 1px var(--ink); }
.venue-real-status div { display: grid; gap: 5px; }.venue-real-status strong { font-size: 13px; }.venue-real-status small { max-width: 330px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.venue-empty { grid-column: 1/-1; padding: 34px; border: 1px dashed rgba(23,49,39,.3); border-radius: 20px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; }
.venue-empty > span { width: 48px; height: 48px; border-radius: 50%; background: var(--acid); display: grid; place-items: center; font-size: 22px; }.venue-empty h3 { margin: 0 0 5px; }.venue-empty p { margin: 0; color: var(--muted); line-height: 1.55; }
.search-feedback { padding: 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: var(--white); font-size: 12px; line-height: 1.45; }.search-feedback.is-error { border-color: #d99892; color: #8e2f27; background: #fff5f3; }
[data-search-cta][disabled] { opacity: .45; cursor: not-allowed; }
.success-stats { grid-template-columns: repeat(2, 1fr); }
.member-access { padding-top: 68px; }.member-access > p:not(.eyebrow) { margin: 18px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.6; }.member-access form { display: grid; gap: 14px; }.member-access > small { display: block; margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.member-access-status,.member-preference-status { min-height: 18px; font-size: 12px; line-height: 1.45; }.member-access-status.is-success,.member-preference-status.is-success { color: #087f5b; }.member-access-status.is-error,.member-preference-status.is-error { color: #a52b20; }
.verified-badge { margin-top: 18px; padding: 8px 11px; border-radius: 999px; background: #edf7c3; color: var(--ink); display: inline-flex; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.member-supports { margin: 30px 0; }.member-supports > .eyebrow,.member-preferences > .eyebrow { margin-bottom: 12px; }
.member-supports [data-member-supports] { display: grid; gap: 12px; }.member-supports article { padding: 16px; border: 1px solid var(--line); border-radius: 15px; display: grid; grid-template-columns: 1fr auto; gap: 10px 12px; background: var(--white); }.member-supports article .support-heading { display: grid; gap: 4px; }.member-supports article strong { font-size: 13px; }.member-supports article small,.member-supports article p,.member-empty { color: var(--muted); font-size: 12px; line-height: 1.45; }.member-supports article p { grid-column: 1/-1; margin: 0; }
.support-metrics { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 6px; }.support-metrics span { padding: 7px 9px; border-radius: 999px; background: #f2f0e8; color: var(--muted); font-size: 11px; }.support-metrics b { color: var(--ink); font-size: 12px; }
.support-interaction { grid-column: 1/-1; padding-top: 10px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 7px 9px; align-items: end; }.support-interaction label { display: grid; gap: 5px; color: var(--muted); font-size: 11px; }.support-interaction select { width: 100%; min-height: 38px; padding: 0 9px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--ink); font-size: 12px; }.support-interaction button { min-height: 38px; padding: 0 12px; border: 0; border-radius: 9px; background: var(--ink); color: var(--white); cursor: pointer; font-size: 11px; font-weight: 800; }.support-interaction > small { grid-column: 1/-1; min-height: 13px; }.support-interaction > small.is-success { color: #087f5b; }.support-interaction > small.is-error { color: #a52b20; }
.member-add-venue { margin: -14px 0 28px; }
.pioneer-pill { align-self: start; padding: 6px 8px; border-radius: 999px; background: var(--acid); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.member-preferences { margin: 25px 0; padding: 20px; border-radius: 18px; background: var(--ink); color: var(--white); display: grid; gap: 10px; }.member-preferences label { display: flex; gap: 9px; align-items: flex-start; font-size: 12px; line-height: 1.4; }.member-preferences input { margin-top: 2px; accent-color: var(--acid); }.member-preferences .button-light { margin-top: 7px; }.member-preference-status.is-success { color: var(--acid); }.member-preference-status.is-error { color: #ffb5ad; }
.member-space-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; }

@media (max-width: 1050px) {
  .venue-real-status { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .participation-grid-simple { grid-template-columns: 1fr; }
  .pioneer-mark { width: 145px; height: 145px; margin: 25px auto; }.pioneer-mark b { font-size: 42px; }
  .venue-real-status { min-width: 0; }
  .member-access { padding-top: 55px; }
  .member-space-actions { align-items: stretch; flex-direction: column-reverse; }.member-space-actions .button { width: 100%; }
  .support-interaction { grid-template-columns: 1fr; }.support-interaction button { width: 100%; }.support-interaction > small { grid-column: 1; }
  .map-canvas { min-height: 430px; }
  .eyebrow,.modal-step,.drawer-breadcrumb,.verified-badge,.reward-card-kicker { font-size: 12px; }
  .venue-real-status small,.member-supports article small,.member-supports article p,.member-empty,.member-access > small { font-size: 12px; }
}

/* 0.18 — désir produit, valeurs, recherche enrichie et assistance */
.drink-moments { padding: clamp(70px,9vw,132px) clamp(22px,7vw,108px); background: var(--white); display: grid; grid-template-columns: minmax(260px,.8fr) minmax(520px,1.45fr); gap: clamp(40px,7vw,110px); align-items: start; }
.drink-moments-copy h2,.values-heading h2 { margin: 12px 0 22px; font-size: clamp(42px,5vw,78px); line-height: .94; letter-spacing: -.055em; }.drink-moments-copy h2 em,.values-heading h2 em { font-family: Georgia,serif; font-weight: 400; }.drink-moments-copy > p:last-child,.values-heading > p:last-child { max-width: 650px; color: var(--muted); line-height: 1.65; }
.drink-moments-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.drink-moments-grid article { min-height: 330px; padding: 28px; border-radius: 24px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--cream); border: 1px solid var(--line); }.drink-moments-grid article:nth-child(2) { background: var(--coral); }.drink-moments-grid article:nth-child(3) { background: var(--acid); }.drink-moments-grid span { margin-bottom: auto; font-size: 11px; font-weight: 900; letter-spacing: .14em; }.drink-moments-grid strong { font-family: Georgia,serif; font-size: clamp(22px,2vw,31px); line-height: 1.05; font-weight: 500; }.drink-moments-grid p { margin: 18px 0 0; color: #3f534a; font-size: 13px; line-height: 1.55; }
.values-section { padding: clamp(78px,10vw,148px) clamp(22px,8vw,128px); background: var(--ink); color: var(--white); }.values-heading { max-width: 980px; }.values-heading .eyebrow { color: var(--acid); }.values-heading > p:last-child { color: #c8d3cd; }.values-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.values-grid article { min-height: 290px; padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; display: flex; flex-direction: column; }.values-grid article > span { color: var(--acid); font-size: 12px; font-weight: 900; letter-spacing: .14em; }.values-grid h3 { margin: auto 0 16px; max-width: 280px; font-size: 27px; line-height: 1.05; }.values-grid p { margin: 0; color: #c8d3cd; line-height: 1.6; font-size: 13px; }.values-proof-note { margin: 20px 0 0; padding: 18px 22px; border-radius: 14px; background: rgba(222,255,85,.11); color: #dfe8e3; font-size: 13px; line-height: 1.55; }.values-proof-note strong { color: var(--acid); }
.official-place-list button span { min-width: 0; }.official-place-list button em { width: fit-content; padding: 4px 7px; border-radius: 999px; background: #e5efc8; color: var(--ink); font-size: 11px; font-style: normal; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }.official-place-list button i { color: #75837d; font-size: 11px; font-style: normal; }.official-place-list button > b { flex: 0 0 auto; }
.venue-fit-field { margin: 16px 0; padding: 16px; border: 1px solid var(--line); border-radius: 15px; }.venue-fit-field legend { padding: 0 5px; font-size: 12px; font-weight: 850; }.venue-fit-field legend span { color: var(--muted); font-weight: 500; }.venue-fit-field > p { margin: 0 0 12px; color: var(--muted); font-size: 12px; line-height: 1.45; }.venue-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.venue-fit-grid label { display: flex; align-items: flex-start; gap: 7px; padding: 9px; border-radius: 9px; background: #f2f0e8; font-size: 12px; line-height: 1.3; }.venue-fit-grid input { margin-top: 1px; accent-color: var(--ink); }
.bug-report-trigger { position: fixed; z-index: 92; right: 20px; bottom: 20px; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: var(--ink); color: var(--white)!important; box-shadow: 0 10px 30px rgba(0,0,0,.2); cursor: pointer; font-size: 12px; font-weight: 800; }.bug-report-trigger span { margin-right: 5px; color: var(--acid); }
.bug-modal-backdrop { position: fixed; z-index: 160; inset: 0; padding: 18px; background: rgba(7,20,15,.72); display: grid; place-items: center; }.bug-modal { position: relative; width: min(620px,100%); max-height: 92vh; overflow-y: auto; padding: clamp(28px,5vw,52px); border-radius: 26px; background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.3); }.bug-modal h2 { margin: 10px 0 14px; font-size: clamp(38px,5vw,58px); line-height: .95; }.bug-modal > p:not(.eyebrow) { color: var(--muted); line-height: 1.55; }.bug-modal form { margin-top: 24px; display: grid; gap: 14px; }.bug-modal textarea { min-height: 120px; padding-top: 13px; resize: vertical; }.bug-form-status { min-height: 18px; font-size: 12px; }.bug-form-status.is-success { color: #087f5b; }.bug-form-status.is-error { color: #a52b20; }
.modal-help,.drawer-help { position: absolute; top: 30px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; }.modal-help { right: 78px; }.drawer-help { right: 82px; }
.mobile-action-bar { display: none; }

@media (max-width: 1000px) {
  .drink-moments { grid-template-columns: 1fr; }.drink-moments-grid { grid-template-columns: repeat(3,1fr); }.drink-moments-grid article { min-height: 280px; }
}
@media (max-width: 760px) {
  .drink-moments-grid,.values-grid { grid-template-columns: 1fr; }.drink-moments-grid article,.values-grid article { min-height: 230px; }.values-grid { margin-top: 34px; }.venue-fit-grid { grid-template-columns: 1fr; }
  .mobile-action-bar { position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 9px; min-height: 52px; padding: 5px; border-radius: 15px; background: var(--ink); box-shadow: 0 10px 35px rgba(0,0,0,.28); display: grid; grid-template-columns: 1fr auto; gap: 5px; }.mobile-action-bar button { min-height: 42px; padding: 0 14px; border: 0; border-radius: 11px; background: var(--acid); color: var(--ink); font-size: 12px; font-weight: 850; }.mobile-action-bar button + button { background: rgba(255,255,255,.12); color: var(--white); }
  .bug-report-trigger { right: 14px; bottom: 72px; width: 42px; padding: 0; font-size: 0!important; }.bug-report-trigger span { margin: 0; font-size: 15px!important; }
  .diz-footer { padding-bottom: 100px; }
}

/* ============================================================
   0.19 — action dans le héro, raison du programme, accès produit
   ============================================================ */

/* --- Recherche de territoire remontée dans le héro --- */
.hero-search { margin: 32px 0 0; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 18px 44px rgba(23,49,39,.09); display: grid; gap: 12px; }
.hero-search > label { font-size: 13px; font-weight: 800; letter-spacing: -.01em; }
.hero-search .search-input-wrap { display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.hero-search .search-input-wrap > span { color: var(--muted); font-size: 17px; text-align: center; }
.hero-search input[type="search"] { min-height: 46px; width: 100%; border: 0; background: transparent; color: var(--ink); font-size: 16px; }
.hero-search input[type="search"]:focus { outline: none; }
.hero-search .search-results { display: grid; gap: 6px; max-height: 260px; overflow-y: auto; }
.hero-search .search-results:empty { display: none; }
.hero-search-note { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.locate-button { display: inline-flex; align-items: center; gap: 5px; min-height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 750; white-space: nowrap; }
.locate-button:hover { background: var(--cream-2); }
.locate-button[disabled] { opacity: .55; cursor: progress; }
.locate-status { min-height: 16px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.locate-status.is-success { color: #0b7a58; }
.locate-status.is-error { color: #a52b20; }

.hero-secondary-actions { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; }
.hero-secondary-actions .text-button { border: 0; background: none; padding: 0; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.hero-secondary-actions .text-button:hover { color: var(--ink-2); }

/* --- « Pourquoi elle n'est pas encore chez vous » --- */
.reason-section { padding: clamp(78px,9vw,132px) clamp(22px,7vw,108px); background: var(--white); border-top: 1px solid var(--line); }
.reason-copy { max-width: 900px; }
.reason-copy h2 { margin: 12px 0 20px; font-size: clamp(38px,4.6vw,68px); line-height: .96; letter-spacing: -.05em; }
.reason-copy h2 em { font-family: Georgia, serif; font-weight: 400; }
.reason-lead { margin: 0; max-width: 660px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.reason-grid { margin-top: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.reason-card { padding: 30px; border: 1px solid var(--line); border-radius: 24px; display: flex; flex-direction: column; gap: 16px; }
.reason-card > span { font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.reason-card p { margin: 0; font-size: 16px; line-height: 1.62; }
.reason-card-problem { background: var(--cream); }
.reason-card-problem > span { color: var(--muted); }
.reason-card-pivot { background: var(--ink); color: var(--white); }
.reason-card-pivot > span { color: var(--acid); }
.reason-note { margin: 26px 0 0; padding: 18px 22px; border-radius: 14px; background: rgba(222,255,85,.22); font-size: 14px; line-height: 1.6; }

/* --- « Goûter DIZ » : contrepartie immédiate et accès produit --- */
.taste-section { padding: clamp(78px,9vw,132px) clamp(22px,7vw,108px); background: var(--cream-2); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px,6vw,90px); align-items: center; }
.taste-copy h2 { margin: 12px 0 20px; font-size: clamp(36px,4.4vw,64px); line-height: .97; letter-spacing: -.05em; }
.taste-copy h2 em { font-family: Georgia, serif; font-weight: 400; }
.taste-copy > p { margin: 0; max-width: 560px; color: #3f534a; font-size: 16px; line-height: 1.65; }
.taste-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.taste-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.taste-card { padding: 30px; border-radius: 26px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 22px 54px rgba(23,49,39,.1); }
.taste-card-kicker { display: block; margin-bottom: 20px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.taste-card ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.taste-card li { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 14px; align-items: start; }
.taste-card li > span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--acid); font-size: 12px; font-weight: 850; }
.taste-card strong { display: block; font-size: 14px; line-height: 1.3; }
.taste-card small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.5; }

@media (max-width: 1000px) {
  .taste-section { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .hero-search { padding: 18px; }
  .hero-search .search-input-wrap { grid-template-columns: 20px minmax(0,1fr); row-gap: 4px; }
  .hero-search .locate-button { grid-column: 1 / -1; width: 100%; justify-content: center; margin-bottom: 6px; }
  .reason-section { padding: 80px 20px; }
  .reason-grid { grid-template-columns: 1fr; }
  .taste-section { padding: 80px 20px; }
  .taste-actions .button { width: 100%; }
}

/* ============================================================
   0.21 — indésirables, mot libre, félicitations, revendication
   ============================================================ */

/* --- Avertissement sur les courriers indésirables --- */
.spam-warning { margin: 18px 0 14px; padding: 14px 16px; border-radius: 14px; background: #fff4e8; border: 1px solid #e8c9a4; display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; text-align: left; }
.spam-warning > span { color: #b4701d; font-size: 16px; line-height: 1.1; }
.spam-warning p { margin: 0; color: #6a4a22; font-size: 12px; line-height: 1.55; }
.spam-warning strong { display: block; color: #4a3315; }

/* --- Mot libre du Pionnier --- */
.support-note-field { grid-column: 1 / -1; display: grid; gap: 6px; color: var(--muted); font-size: 11px; }
.support-note-field textarea { width: 100%; min-height: 66px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); font: inherit; font-size: 12px; line-height: 1.45; resize: vertical; }
.support-note-field textarea::placeholder { color: #9aa79f; }
.support-note-field > small { color: var(--muted); font-size: 11px; line-height: 1.4; }

/* --- Le lieu ouvre : le seul moment de fête du programme --- */
.celebrate-backdrop { position: fixed; z-index: 170; inset: 0; padding: 18px; background: rgba(7,20,15,.76); display: grid; place-items: center; }
.celebrate-backdrop[hidden] { display: none; }
.celebrate-modal { position: relative; width: min(560px, 100%); max-height: 92vh; overflow-y: auto; padding: clamp(30px, 5vw, 52px); border-radius: 28px; background: var(--white); text-align: center; box-shadow: 0 30px 100px rgba(0,0,0,.34); }
.celebrate-mark { width: 84px; height: 84px; margin: 0 auto 20px; border-radius: 50%; background: var(--acid); display: grid; place-items: center; font-size: 38px; color: var(--ink); }
.celebrate-modal .eyebrow { color: var(--ink); }
.celebrate-modal h2 { margin: 0 0 14px; font-size: clamp(30px, 4.4vw, 46px); line-height: .98; letter-spacing: -.04em; }
.celebrate-modal > p { margin: 0 auto; max-width: 40ch; color: var(--muted); font-size: 14px; line-height: 1.6; }
.celebrate-stat { margin: 26px 0; padding: 18px; border-radius: 18px; background: var(--cream); }
.celebrate-stat strong { display: block; font-size: 44px; line-height: 1; letter-spacing: -.05em; }
.celebrate-stat span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }

/* --- Un exploitant peut se signaler --- */
.venue-owner-card { margin-top: 16px; padding: 28px; border: 1px solid var(--ink); border-radius: 22px; background: var(--ink); color: var(--white); display: flex; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: space-between; }
.venue-owner-card > div { display: flex; gap: 18px; align-items: flex-start; }
.venue-owner-card .step-icon { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.12); display: grid; place-items: center; font-size: 22px; }
.venue-owner-card .eyebrow { color: var(--acid); }
.venue-owner-card h3 { margin: 0 0 10px; max-width: 22ch; font-size: 25px; line-height: 1.1; }
.venue-owner-card p { margin: 0; max-width: 62ch; color: #c8d3cd; font-size: 13px; line-height: 1.6; }

/* --- Carte : la molette ne prend la main qu'une fois engagée --- */
.map-canvas.is-engaged { box-shadow: inset 0 0 0 2px var(--acid); }
.map-canvas.is-engaged .map-wheel-hint { background: var(--acid); color: var(--ink); }

@media (max-width: 760px) {
  .venue-owner-card { flex-direction: column; align-items: stretch; padding: 24px; }
  .venue-owner-card > div { display: block; }
  .venue-owner-card .step-icon { margin-bottom: 16px; }
  .venue-owner-card .button { width: 100%; }
  .celebrate-modal { padding: 28px 22px; }
  .celebrate-mark { width: 68px; height: 68px; font-size: 30px; }
}

.map-empty-note { position: absolute; z-index: 6; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: 340px; margin: 0; padding: 16px 20px; border-radius: 16px; background: rgba(255,253,247,.95); border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(23,49,39,.16); color: var(--ink); font-size: 13px; line-height: 1.55; text-align: center; }
.map-empty-note[hidden] { display: none; }
