:root{
  --blue:#73c9ed;
  --blue-deep:#4bb7e3;
  --yellow:#ffd75d;
  --orange:#f07f3d;
  --green:#70bd83;
  --ink:#2f3030;
  --paper:#f7f3eb;
  --white:#fff;
  --line:rgba(47,48,48,.18);
  --shadow:0 22px 70px rgba(21,74,98,.18);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#e7f6fb;
  color:var(--ink);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.35;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-shell{
  width:min(1320px,100%);
  margin:0 auto;
  background:var(--blue);
  border-radius:0 0 28px 28px;
  overflow:hidden;
  min-height:100vh;
  position:relative;
}
.topbar{
  height:130px;
  padding:34px 54px 18px;
  display:grid;
  grid-template-columns:150px 1fr auto;
  align-items:start;
  gap:24px;
  position:relative;
  z-index:20;
}
.brand{width:118px;height:118px;display:block;margin-top:-4px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18))}
.brand img{width:100%;height:100%;object-fit:contain;border-radius:50%}
.main-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:54px;
  font-size:13px;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:.04em;
  padding-top:22px;
}
.main-menu a{position:relative;white-space:nowrap}
.main-menu a.is-active::after{
  content:"";
  position:absolute;
  left:50%; transform:translateX(-50%);
  bottom:-19px;
  width:8px;height:8px;border-radius:50%;background:#fff;
}
.newsletter-pill{
  align-self:start;
  margin-top:12px;
  background:var(--ink);
  color:#fff;
  border-radius:999px;
  padding:16px 25px;
  display:inline-flex;
  align-items:center;
  gap:22px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  box-shadow:0 14px 28px rgba(0,0,0,.16);
}
.menu-toggle{display:none}
.hero{
  position:relative;
  min-height:760px;
  display:grid;
  grid-template-columns:minmax(560px, 1.24fr) minmax(420px, .86fr);
  gap:42px;
  padding:0 52px 46px 0;
  margin-top:-26px;
}
.hero-photo{
  min-height:720px;
  background-image:linear-gradient(90deg,rgba(0,0,0,.22),rgba(0,0,0,0)),url('assets/hero-photo.jpg');
  background-size:cover;
  background-position:center;
  border-radius:0 14px 14px 0;
  box-shadow:var(--shadow);
}
.hero-copy{
  position:relative;
  z-index:2;
  padding-top:170px;
  color:#fff;
  max-width:470px;
}
.eyebrow{
  margin:0 0 22px;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size:15px;
  font-weight:500;
  opacity:.88;
}
.hero h1{
  margin:0;
  font-size:clamp(54px,6vw,85px);
  line-height:1.05;
  text-transform:uppercase;
  font-weight:300;
  letter-spacing:.02em;
}
.tagline{
  margin:34px 0 0;
  text-transform:uppercase;
  font-size:18px;
  max-width:415px;
  line-height:1.25;
  font-weight:500;
}
.short-line{display:block;width:43px;height:2px;background:#fff;margin:34px 0 31px;opacity:.75}
.intro{font-size:17px;max-width:380px;margin:0 0 36px;line-height:1.48;font-weight:450}
.hero-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.btn{
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:52px;
  padding:0 24px;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);color:#fff;box-shadow:0 12px 24px rgba(0,0,0,.18)}
.btn-outline{border:1.7px solid rgba(47,48,48,.7);color:var(--ink);background:rgba(255,255,255,.08)}
.hero .btn-outline{color:var(--ink);background:rgba(255,255,255,.15);border-color:rgba(47,48,48,.55)}
.pin-mini{font-size:18px;line-height:1}
.floating-elements{position:absolute;left:-118px;top:65px;width:190px;height:560px;pointer-events:none;z-index:3}
.float{position:absolute;filter:drop-shadow(0 12px 18px rgba(28,75,92,.14))}
.float-building-top{width:72px;right:20px;top:-6px}
.float-person-top{width:72px;left:0;top:90px}
.float-building-mid{width:70px;left:8px;top:217px}
.float-person-mid{width:45px;right:44px;top:256px}
.float-boat{width:43px;left:70px;top:346px}
.float-building-bottom{width:78px;left:35px;top:455px}
.float::after{content:""}
.modules{
  display:grid;
  grid-template-columns:1fr 1.45fr;
  gap:22px;
  padding:0 64px 26px;
}
.module{
  min-height:276px;
  border-radius:var(--radius);
  position:relative;
  overflow:hidden;
  padding:42px 44px;
  box-shadow:0 15px 45px rgba(22,94,124,.09);
}
.module h2{font-size:34px;font-weight:450;line-height:1.1;margin:0;color:var(--ink);letter-spacing:-.03em}
.module p{font-size:14px;margin:0;color:var(--ink)}
.module-light{background:linear-gradient(135deg,#f8f3ea,#f3f0eb)}
.module-yellow{background:linear-gradient(135deg,#ffd85f,#ffd048)}
.module-orange{background:linear-gradient(135deg,#ef7f3f,#f17f3b)}
.module-green{background:linear-gradient(135deg,#70bd83,#66b77c)}
.participants-card .stat-wrap{display:flex;gap:20px;align-items:flex-start;margin-bottom:38px}
.stat-number{font-size:82px!important;line-height:.82!important;color:var(--blue)!important;font-weight:300;margin:0!important;letter-spacing:-.05em}
.participants-card h2{font-size:32px;margin-top:3px}
.module-illustration.sit{position:absolute;width:150px;right:62px;top:74px}
.participants-card .module-copy{max-width:250px;border-top:1px solid var(--line);padding-top:18px;line-height:1.45}
.text-link{
  margin-top:24px;
  display:inline-flex;
  align-items:center;
  gap:18px;
  padding-bottom:4px;
  border-bottom:1px solid currentColor;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.map-card{display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:18px;min-height:276px}
.map-copy{position:relative;z-index:2}
.map-copy p{margin-top:26px;max-width:210px;line-height:1.45}
.map-art{position:relative;height:250px;min-width:420px}
.france-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.france-svg .shadow{fill:#75c9ee;opacity:.9;transform:translateY(13px)}
.france-svg .france,.france-svg .corsica{fill:#fff;filter:drop-shadow(0 8px 0 rgba(88,187,228,.65))}
.france-svg .regions{stroke:rgba(99,190,226,.35);stroke-width:2;fill:none}
.marker{position:absolute;width:14px;height:14px;background:#f0793e;border:2px solid #fff;border-radius:50%;box-shadow:0 5px 14px rgba(0,0,0,.18);cursor:pointer;transition:transform .18s ease}
.marker:hover{transform:scale(1.35)}
.m1{left:56%;top:30%}.m2{left:26%;top:43%}.m3{left:72%;top:51%}.m4{left:62%;top:73%}.m5{left:38%;top:68%}.m6{left:19%;top:58%}
.map-building{position:absolute;z-index:3;filter:drop-shadow(0 8px 9px rgba(68,111,130,.14))}
.b1{width:76px;right:44px;top:34px}.b2{width:68px;left:164px;top:72px}.b3{width:60px;left:255px;bottom:30px}.b4{width:56px;right:115px;bottom:52px}.t1{width:54px;left:56px;bottom:62px;opacity:.9}
.highlights-card{grid-column:1/2;min-height:338px;color:var(--ink)}
.highlight-title{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:25px}
.asterisk{font-size:28px;color:#ffecd2}
.highlight-list{display:grid;gap:0;border-top:1px solid rgba(47,48,48,.18)}
.highlight-row{display:grid;grid-template-columns:52px 96px 1fr 22px;align-items:center;gap:14px;padding:18px 0;border-bottom:1px solid rgba(47,48,48,.18);font-size:13px}
.highlight-row strong{font-size:13px}
.highlight-row span:not(.icon-circle){line-height:1.3}
.icon-circle{width:45px;height:45px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:22px}
.highlight-row em{font-style:normal;font-size:24px;justify-self:end}
.bottom-link{margin-top:21px}
.participation-card{grid-column:2/3;display:grid;grid-template-columns:1fr 260px;align-items:center;gap:30px;min-height:338px}
.participation-card p{max-width:420px;margin:24px 0 34px;font-size:15px;line-height:1.45}
.building-large{width:238px;justify-self:end;align-self:end;filter:drop-shadow(0 18px 20px rgba(39,88,65,.18))}
.footer{
  margin:0 64px 0;
  background:rgba(195,237,250,.7);
  border-radius:var(--radius) var(--radius) 0 0;
  display:grid;
  grid-template-columns:.95fr 1.3fr 1fr;
  gap:0;
  overflow:hidden;
  min-height:150px;
}
.footer-item{
  padding:34px 48px;
  display:grid;
  grid-template-columns:46px 1fr;
  gap:20px;
  align-items:start;
  border-right:1px solid rgba(47,48,48,.22);
}
.footer-item:last-child{border-right:0}
.footer-item p{margin:0;font-size:14px;line-height:1.35}
.footer-icon{font-size:30px;line-height:1;color:var(--ink)}
.footer .text-link{font-size:12px;margin-top:15px;grid-column:2}
.social{grid-template-columns:1fr;gap:18px}
.social-icons{display:flex;gap:15px}
.social-icons a{width:34px;height:34px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:800}
@media (max-width:1100px){
  .topbar{grid-template-columns:120px 1fr auto;padding-left:34px;padding-right:34px}.brand{width:96px;height:96px}.main-menu{gap:22px;font-size:12px}.hero{grid-template-columns:1fr;gap:0;padding:0 34px 34px}.hero-photo{min-height:520px;border-radius:18px}.hero-copy{padding-top:48px;max-width:640px}.floating-elements{display:none}.modules{grid-template-columns:1fr;padding:0 34px 26px}.highlights-card,.participation-card{grid-column:auto}.footer{margin:0 34px;grid-template-columns:1fr}
  .footer-item{border-right:0;border-bottom:1px solid rgba(47,48,48,.18)}
}
@media (max-width:760px){
  .site-shell{border-radius:0}.topbar{height:auto;display:flex;align-items:center;justify-content:space-between;padding:20px}.brand{width:76px;height:76px}.menu-toggle{display:inline-flex;background:transparent;border:1px solid rgba(47,48,48,.45);border-radius:999px;padding:10px 16px;text-transform:uppercase;font-weight:800;color:var(--ink)}.main-menu{position:absolute;left:20px;right:20px;top:105px;background:#fff;border-radius:18px;padding:18px;display:none;flex-direction:column;align-items:flex-start;gap:16px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.main-menu.is-open{display:flex}.newsletter-pill{display:none}.hero{margin-top:0;padding:0 20px 24px}.hero-photo{min-height:410px;background-position:center}.hero h1{font-size:48px}.tagline{font-size:15px}.intro{font-size:15px}.modules{padding:0 20px 20px;gap:18px}.module{padding:28px;min-height:auto}.map-card{grid-template-columns:1fr}.map-art{min-width:auto;height:260px}.participants-card .stat-wrap{display:block}.module-illustration.sit{position:static;width:130px;margin:20px 0 0 auto}.highlight-row{grid-template-columns:42px 1fr 22px}.highlight-row span:not(.icon-circle){grid-column:2 / 3}.participation-card{grid-template-columns:1fr}.building-large{width:190px;justify-self:center}.footer{margin:0 20px}.footer-item{grid-template-columns:38px 1fr;padding:25px}.social{grid-template-columns:1fr}
}
