/* COOOKS Universe 3.4.1 — identité logo : ardoise #304854 + verts #66D54F/#4FA83D/#3A802C */
/* Polices auto-hébergées (variables) — aucune requête externe */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/source-sans-3-var.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url("../fonts/playfair-display-var.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/playfair-display-italic-var.woff2") format("woff2");
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bebas-neue-var.woff2") format("woff2");
}

:root {
  --ck-green: #4FA83D;
  --ck-green-2: #66D54F;
  --ck-green-d: #3A802C;
  --ck-leaf: #8FDD6F;
  --ck-ink: #EAF0F4;
  --ck-muted: #96A6B5;
  --ck-slate: #304854;
  --ck-slate-2: #3B5563;
  --ck-slate-3: #4A5A73;
  --ck-paper: #F2F6F9;
  --ck-line: rgba(234, 240, 244, 0.12);
  --ck-line-2: rgba(79, 168, 61, 0.55);
  --ck-card: rgba(59, 85, 99, 0.82);
  --ck-accent: var(--ck-green);
  --ck-radius: 22px;
  --ck-radius-sm: 12px;
  --ck-header: 80px;
  --ck-wrap: 1200px;
  --ck-gutter: 20px;
  --ck-font: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --ck-display: "Playfair Display", Georgia, serif;
  --ck-fx: "Bebas Neue", "Source Sans 3", sans-serif;
  --ck-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ck-safe-b: env(safe-area-inset-bottom, 0px);
  --ck-safe-t: env(safe-area-inset-top, 0px);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
html, body { overflow-x: hidden; max-width: 100%; }
img, svg, video { max-width: 100%; height: auto; display: block; }
iframe { max-width: 100%; }
.ck-wrap, .ck-header__inner, .ck-footer { max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; }

body.ck-app {
  font-family: var(--ck-font);
  background:
    radial-gradient(1100px 620px at 8% -8%, rgba(79, 168, 61, 0.34), transparent 58%),
    radial-gradient(820px 480px at 100% 4%, rgba(143, 221, 111, 0.2), transparent 52%),
    radial-gradient(700px 380px at 50% 100%, rgba(58, 128, 44, 0.18), transparent 60%),
    var(--ck-slate);
  color: var(--ck-ink);
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1.55;
  padding-bottom: calc(76px + var(--ck-safe-b));
}
@media (min-width: 1201px) {
  body.ck-app { padding-bottom: 0; }
}

html.ck-booting,
html.ck-booting body {
  overflow: hidden;
}
.ck-boot {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  background:
    radial-gradient(720px 420px at 50% 42%, rgba(79, 168, 61, .28), transparent 62%),
    var(--ck-slate);
  transition: opacity .55s var(--ck-ease), visibility .55s linear;
}
.ck-boot.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.ck-boot__core {
  position: relative;
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
}
.ck-boot__logo {
  width: 112px;
  height: 112px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .35));
}
.ck-boot__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(102, 213, 79, .22);
  border-top-color: var(--ck-green-2);
  animation: ckspin 1.1s linear infinite;
}
.ck-boot__word {
  margin: 0;
  font-family: var(--ck-fx);
  letter-spacing: .28em;
  font-size: 1.05rem;
  color: var(--ck-green-2);
}

.ck-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.ck-gridbg {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(234, 240, 244, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(234, 240, 244, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 72%);
  opacity: .55;
}
.ck-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 80;
  background: linear-gradient(90deg, var(--ck-green-d), var(--ck-leaf));
  box-shadow: 0 0 16px rgba(79, 168, 61, .55);
  transform-origin: left;
  pointer-events: none;
}
.ck-progress[hidden] { display: block !important; opacity: 0; }
.ck-orb {
  pointer-events: none;
  position: fixed;
  width: min(46vw, 560px);
  height: min(46vw, 560px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 168, 61, .42), transparent 68%);
  filter: blur(8px);
  z-index: 0;
  top: -8%;
  right: -8%;
  animation: ckpulse 9s var(--ck-ease) infinite alternate;
}
.ck-orb--2 {
  top: auto;
  right: auto;
  bottom: -18%;
  left: -12%;
  width: min(42vw, 500px);
  height: min(42vw, 500px);
  background: radial-gradient(circle, rgba(143, 221, 111, .28), transparent 70%);
  animation-duration: 13s;
  animation-direction: alternate-reverse;
}
.ck-cursor {
  display: none;
  position: fixed;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--ck-green-2);
  border-radius: 50%;
  pointer-events: none;
  z-index: 100;
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  transition: width .18s var(--ck-ease), height .18s var(--ck-ease), background .18s, border-color .18s;
}
.ck-cursor.is-on {
  width: 42px;
  height: 42px;
  background: rgba(79, 168, 61, .12);
  border-color: var(--ck-leaf);
}
@media (hover: hover) and (pointer: fine) {
  body.ck-app { cursor: none; }
  body.ck-app a, body.ck-app button { cursor: none; }
  .ck-cursor { display: block; }
}
.ck-skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.ck-skip:focus {
  left: 12px;
  top: 12px;
  z-index: 80;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.ck-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ck-wrap,
.ck-header__inner,
.ck-footer__grid,
.ck-footer__legal {
  width: min(var(--ck-wrap), calc(100% - (var(--ck-gutter) * 2)));
  margin-inline: auto;
}

/* ===== Header ===== */
.ck-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px) saturate(1.35);
  background: linear-gradient(180deg, rgba(58, 128, 44, 0.28), rgba(48, 72, 84, 0.9) 70%);
  border-bottom: 1px solid var(--ck-line-2);
  padding-top: var(--ck-safe-t);
}
.ck-header.is-scrolled {
  box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
}
.ck-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--ck-header);
  gap: 16px;
  flex-wrap: nowrap;
}
.ck-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
  flex: 0 0 auto;
}
.ck-brand__mark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: radial-gradient(circle at 50% 42%, #4A5A73 0%, #3B5563 70%);
  box-shadow: 0 0 0 2px rgba(102, 213, 79, .7), 0 0 28px rgba(79, 168, 61, .45);
}
.ck-brand__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 7px;
}
.ck-brand__text { display: flex; flex-direction: column; justify-content: center; line-height: 1.05; min-width: 0; }
.ck-brand__word {
  font-weight: 800;
  letter-spacing: .22em;
  font-size: .92rem;
}
.ck-brand__tag {
  color: var(--ck-green-2);
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 600;
}

.ck-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}
.ck-nav__list {
  display: flex;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: center;
}
.ck-nav__list a {
  text-decoration: none;
  font-size: .86rem;
  font-weight: 500;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--ck-ink);
  display: inline-block;
  white-space: nowrap;
}
.ck-nav__list a:hover,
.ck-nav__list .current-menu-item > a {
  color: #fff;
  background: rgba(79, 168, 61, .18);
}
.ck-nav-toggle {
  display: none;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--ck-line);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  position: relative;
  flex-shrink: 0;
}
.ck-nav-toggle span {
  display: block;
  height: 2px;
  background: var(--ck-ink);
  margin: 5px 10px;
  border-radius: 2px;
  transition: transform .25s var(--ck-ease), opacity .2s;
}
.ck-header.is-open .ck-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ck-header.is-open .ck-nav-toggle span:nth-child(2) { opacity: 0; }
.ck-header.is-open .ck-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ck-header__tools {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.ck-search-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 6px 10px 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--ck-line);
  background: rgba(255, 255, 255, .04);
  color: var(--ck-muted);
}
.ck-search-btn:hover {
  border-color: var(--ck-line-2);
  color: var(--ck-ink);
}
.ck-search-btn__ico {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.ck-search-btn__ico::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background: currentColor;
  right: -6px;
  bottom: -3px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.ck-search-btn kbd {
  font: 600 .68rem var(--ck-font);
  border: 1px solid var(--ck-line);
  border-radius: 6px;
  padding: 2px 6px;
  color: var(--ck-muted);
}
.ck-cta--header {
  padding: 10px 16px;
  min-height: 40px;
  font-size: .9rem;
}
@media (max-width: 1280px) {
  .ck-search-btn__label { display: none; }
  .ck-nav__list a { padding: 8px 9px; font-size: .82rem; }
}
@media (max-width: 720px) {
  .ck-search-btn__label, .ck-search-btn kbd { display: none; }
  .ck-search-btn { width: 44px; height: 44px; justify-content: center; padding: 0; border-radius: 12px; }
}

.ck-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  min-height: 44px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  letter-spacing: .02em;
  transition: transform .2s var(--ck-ease), box-shadow .2s, background .2s, border-color .2s;
  white-space: nowrap;
}
.ck-cta:hover { transform: translateY(-2px); }
.ck-cta--gold,
.ck-cta--primary {
  background: linear-gradient(135deg, var(--ck-green-2) 0%, var(--ck-green) 48%, var(--ck-green-d) 100%);
  color: #F3FFEF;
  box-shadow: 0 10px 32px rgba(79, 168, 61, .42), 0 0 0 1px rgba(102, 213, 79, .35);
}
.ck-cta--ghost,
.ck-cta--outline {
  border-color: var(--ck-line-2);
  color: var(--ck-ink);
  background: rgba(79, 168, 61, .14);
}
.ck-cta--ghost:hover,
.ck-cta--outline:hover { border-color: var(--ck-green); }

.ck-main { position: relative; z-index: 1; }

/* ===== Hero ===== */
.ck-hero {
  position: relative;
  isolation: isolate;
  min-height: min(92vh, 860px);
  display: grid;
  align-items: end;
  padding: 48px 0 56px;
  overflow: hidden;
}
.ck-hero--concept {
  min-height: 0;
  align-items: center;
  padding: 56px 0 36px;
}
.ck-hero__mosaic {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  opacity: .5;
  transform: scale(1.02);
}
.ck-hero__mosaic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: radial-gradient(circle at 50% 40%, #3B5563, #1B2830);
  padding: 10%;
}
.ck-hero__mosaic img:first-child { grid-row: 1 / span 2; }
.ck-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(48, 72, 84, .28) 0%, rgba(48, 72, 84, .72) 52%, var(--ck-slate) 100%),
    radial-gradient(860px 460px at 18% 82%, rgba(79, 168, 61, .48), transparent 62%),
    radial-gradient(520px 280px at 82% 18%, rgba(143, 221, 111, .28), transparent 58%);
}
.ck-hero__inner { position: relative; max-width: 760px; }
.ck-hero__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 540px);
  gap: 28px 36px;
  align-items: center;
  width: min(var(--ck-wrap), calc(100% - (var(--ck-gutter) * 2)));
  margin-inline: auto;
}
.ck-orbit {
  --ck-sat: 118px;
  --ck-r: 1.75;
  position: relative;
  width: min(100%, 540px);
  aspect-ratio: 1;
  margin-inline: auto;
  justify-self: end;
  overflow: visible;
}
.ck-orbit__ring {
  position: absolute;
  inset: 10%;
  border: 1.5px dashed rgba(102, 213, 79, .55);
  border-radius: 50%;
  animation: ckspin 48s linear infinite;
  box-shadow: 0 0 28px rgba(79, 168, 61, .22) inset;
  pointer-events: none;
}
.ck-orbit__ring--2 {
  inset: 24%;
  animation-duration: 36s;
  animation-direction: reverse;
  border-color: rgba(143, 221, 111, .48);
}
.ck-orbit__core {
  position: absolute;
  inset: 32%;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(circle at 50% 40%, #4A5A73, #304854);
  box-shadow: 0 0 0 2px rgba(102, 213, 79, .65), 0 0 52px rgba(79, 168, 61, .5);
  z-index: 2;
}
.ck-orbit__core img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10%;
}
.ck-orbit__sats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: ckspin 42s linear infinite;
}
.ck-orbit__sat {
  --n: 8;
  --i: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--ck-sat);
  height: var(--ck-sat);
  margin: calc(var(--ck-sat) / -2) 0 0 calc(var(--ck-sat) / -2);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--ck-line-2);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .38);
  background: #1B2830;
  transform: rotate(calc(var(--i) * 360deg / var(--n))) translateY(calc(var(--ck-sat) * var(--ck-r) * -1)) rotate(calc(var(--i) * -360deg / var(--n)));
  animation: ck-sat-keep 42s linear infinite;
}
.ck-orbit__sat img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #1B2830;
  padding: 6px;
}

.ck-kicker {
  font-family: var(--ck-fx);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ck-green-2);
  font-size: .95rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 12px;
}
.ck-hero h1,
.ck-page h1,
.ck-universe h1,
.ck-section h1 {
  font-family: var(--ck-display);
  font-size: clamp(2.05rem, 6.2vw, 4.6rem);
  line-height: 1.08;
  margin: 0 0 16px;
  letter-spacing: -.03em;
  font-weight: 700;
}
.ck-hero h1 em,
.ck-accent-text {
  font-style: italic;
  color: var(--ck-green-2);
}
.ck-lead {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: var(--ck-muted);
  max-width: 62ch;
  margin: 0;
}
.ck-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}
.ck-hero__actions .ck-cta {
  min-width: 168px;
  justify-content: center;
}
.ck-stats,
.ck-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--ck-line);
}
.ck-stat {
  min-width: 92px;
}
.ck-stat strong {
  display: block;
  font-family: var(--ck-fx);
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
  color: #fff;
}
.ck-stat span {
  color: var(--ck-muted);
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ck-ticker {
  overflow: hidden;
  border-block: 1px solid var(--ck-line-2);
  background: linear-gradient(90deg, rgba(58, 128, 44, .28), rgba(79, 168, 61, .16), rgba(143, 221, 111, .2));
  padding: 12px 0;
}
.ck-ticker__track {
  display: flex;
  gap: 42px;
  width: max-content;
  animation: ckmarquee 32s linear infinite;
  font-family: var(--ck-fx);
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .95rem;
  line-height: 1.1;
  color: var(--ck-muted);
}
.ck-ticker b { color: var(--ck-green-2); font-weight: 400; }

.ck-tonight { padding-top: 48px; }
.ck-tonight__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .7fr);
  gap: 16px;
  align-items: stretch;
}
.ck-tonight__card {
  border: 1px solid var(--ck-line-2);
  border-radius: var(--ck-radius);
  padding: clamp(22px, 4vw, 36px);
  background:
    radial-gradient(500px 220px at 90% 0%, rgba(79, 168, 61, .22), transparent 60%),
    var(--ck-card);
  min-width: 0;
}
.ck-tonight__card h2 {
  font-family: var(--ck-display);
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  margin: 0 0 10px;
}
.ck-tonight__card p { color: var(--ck-muted); margin: 0 0 18px; }
.ck-tonight__visual {
  margin: 14px 0 18px;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 8;
  background: #1B2830;
  border: 1px solid var(--ck-line);
}
.ck-tonight__visual[hidden] { display: none; }
.ck-tonight__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ck-tonight__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ck-cta[data-ck-magnetic] { will-change: transform; }
.ck-recent__list { display: grid; gap: 8px; margin-top: 12px; }
.ck-recent__item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid transparent;
}
.ck-recent__item:hover { border-color: var(--ck-line-2); background: rgba(79, 168, 61, .1); }
.ck-recent__item img {
  width: 52px;
  height: 40px;
  object-fit: contain;
  background: #1B2830;
  border-radius: 8px;
}
.ck-recent__item b { display: block; font-size: .95rem; }
.ck-recent__item span { color: var(--ck-muted); font-size: .78rem; }

/* ===== Sections ===== */
.ck-section, .ck-page { padding: 72px 0; }
.ck-section--alt {
  background: linear-gradient(180deg, transparent, rgba(79, 168, 61, .05) 40%, transparent);
}
.ck-section__head { margin-bottom: 28px; max-width: 720px; }
.ck-section h2 {
  font-family: var(--ck-display);
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  margin: 0 0 10px;
  line-height: 1.15;
}

.ck-filters,
.ck-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  align-items: center;
}
.ck-chip {
  border: 1px solid var(--ck-line);
  background: rgba(255, 255, 255, .03);
  color: var(--ck-ink);
  border-radius: 999px;
  padding: 8px 14px;
  min-height: 40px;
  font-weight: 600;
  font-size: .88rem;
}
.ck-chip.is-on,
.ck-chip:hover {
  border-color: var(--ck-green);
  background: rgba(79, 168, 61, .16);
  color: #fff;
}

.ck-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ck-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--ck-card);
  border: 1px solid rgba(79, 168, 61, .28);
  border-radius: var(--ck-radius);
  color: inherit;
  text-decoration: none;
  min-height: 0;
  display: flex;
  flex-direction: column;
  transition: transform .28s var(--ck-ease), border-color .25s, box-shadow .25s;
  backdrop-filter: blur(10px);
  transform-style: preserve-3d;
}
.ck-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--ck-accent) 70%, white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
}
.ck-card.is-off { display: none; }
.ck-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #1B2830;
}
.ck-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: radial-gradient(circle at 50% 42%, #3B5563 0%, #22343F 72%);
  padding: 12%;
  transform: none;
  transition: transform .6s var(--ck-ease);
}
.ck-card:hover .ck-card__media img { transform: scale(1.05); }
.ck-card--brand .ck-card__media {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 42%, #3B5563 0%, #22343F 72%);
}
.ck-card--brand .ck-card__media img {
  width: 78%;
  height: 78%;
  padding: 0;
  object-fit: contain;
}
.ck-card__row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: stretch;
  margin-top: auto;
  padding-top: 10px;
}
.ck-card__row .ck-cta,
.ck-card__order,
.ck-card__more {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 10px 12px;
  min-height: 42px;
  font-size: .84rem;
  text-align: center;
  justify-content: center;
}
.ck-card__body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.ck-card__kind {
  color: var(--ck-accent);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .68rem;
  margin: 0;
  font-weight: 700;
}
.ck-card h3 { margin: 0; font-size: 1.18rem; letter-spacing: -.02em; }
.ck-card h3 a { text-decoration: none; }
.ck-card p {
  color: var(--ck-muted);
  margin: 0;
  flex: 1;
  font-size: .92rem;
}
.ck-card__more { margin-top: 0; }
.ck-card__fav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(34, 52, 63, .55);
  color: #fff;
  backdrop-filter: blur(8px);
}
.ck-card__fav.is-on { color: var(--ck-leaf); }

.ck-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 24px;
  align-items: start;
}
.ck-panel,
.ck-notice,
.ck-article,
.ck-prose aside {
  background: var(--ck-card);
  border: 1px solid var(--ck-line);
  border-radius: var(--ck-radius);
  padding: 22px;
}
.ck-notice {
  border-color: var(--ck-line-2);
  margin-bottom: 22px;
}
.ck-placeholder { color: var(--ck-muted); font-size: .95rem; }
.ck-prose { max-width: 72ch; }
.ck-prose p { color: var(--ck-muted); }
.ck-prose img {
  border-radius: var(--ck-radius);
  margin: 16px 0;
}

.ck-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ck-step {
  border: 1px solid var(--ck-line);
  border-radius: var(--ck-radius);
  padding: 22px;
  background: rgba(59, 85, 99, .55);
  min-height: 160px;
  position: relative;
  overflow: hidden;
}
.ck-step::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 168, 61, .18), transparent 70%);
  pointer-events: none;
}
.ck-step b,
.ck-step > span {
  display: block;
  font-family: var(--ck-fx);
  color: var(--ck-green-2);
  letter-spacing: .22em;
  font-size: .95rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.ck-step h3 { margin: 0 0 8px; font-family: var(--ck-display); }

.ck-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "la lb" "pa pb";
  gap: 14px;
  align-items: start;
}
.ck-compare > label:first-of-type { grid-area: la; display: grid; gap: 8px; font-size: .88rem; color: var(--ck-muted); }
.ck-compare > label:last-of-type { grid-area: lb; display: grid; gap: 8px; font-size: .88rem; color: var(--ck-muted); }
.ck-compare__pane[data-pane="a"] { grid-area: pa; }
.ck-compare__pane[data-pane="b"] { grid-area: pb; }
.ck-compare select,
.ck-form input,
.ck-form textarea,
.ck-form select {
  background: #22343F;
  color: var(--ck-ink);
  border: 1px solid var(--ck-line);
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  width: 100%;
}
.ck-compare__pane {
  border: 1px solid var(--ck-line);
  border-radius: var(--ck-radius);
  overflow: hidden;
  background: var(--ck-card);
  min-width: 0;
}
.ck-compare__pane img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.ck-compare__pane div { padding: 14px; }
.ck-compare__pane h3 { margin: 0 0 8px; }

/* ===== Universe ===== */
.ck-universe { padding: 0 0 48px; }
.ck-universe__intro {
  padding: 56px 0 12px;
}
.ck-story {
  display: grid;
  gap: 18px;
}
.ck-story__panel:nth-child(even) { direction: rtl; }
.ck-story__panel:nth-child(even) > * { direction: ltr; }
.ck-story__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  min-height: min(72vh, 640px);
  border: 1px solid var(--ck-line);
  border-radius: 28px;
  overflow: hidden;
  background: var(--ck-slate-2);
}
.ck-story__panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 240px;
  background: radial-gradient(circle at 50% 40%, #3B5563, #22343F);
  padding: 12%;
}
.ck-story__copy {
  padding: clamp(20px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}
.ck-story__copy h2 {
  font-family: var(--ck-display);
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.ck-story__copy p { color: var(--ck-muted); margin: 0; }

/* ===== Quiz / finder ===== */
.ck-quiz__choices,
.ck-finder .ck-quiz__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 28px;
}
.ck-quiz__choices button {
  background: rgba(255, 255, 255, .03);
  color: var(--ck-ink);
  border: 1px solid var(--ck-line);
  border-radius: 999px;
  padding: 12px 16px;
  min-height: 44px;
}
.ck-quiz__choices button:hover,
.ck-quiz__choices button.is-on {
  border-color: var(--ck-green);
  color: #fff;
  background: rgba(79, 168, 61, .16);
}
.ck-quiz__step { display: none; }
.ck-quiz__step.is-active { display: block; }
.ck-quiz__progress {
  height: 3px;
  background: rgba(255, 255, 255, .08);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 22px;
}
.ck-quiz__progress span {
  display: block;
  height: 100%;
  width: 8%;
  background: var(--ck-green);
  transition: width .35s var(--ck-ease);
}
.ck-form { display: grid; gap: 12px; }
.ck-form label { display: grid; gap: 6px; font-size: .9rem; }
.ck-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.ck-map {
  border-radius: var(--ck-radius);
  overflow: hidden;
  border: 1px solid var(--ck-line);
  min-height: 240px;
  background: #1B2830;
}
.ck-map iframe { width: 100%; height: 280px; border: 0; filter: grayscale(.25) contrast(1.05); }

.ck-near {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

/* ===== Enseignes + localisateur ===== */
.ck-brands { overflow: hidden; }
.ck-brands__rail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 14px;
}
.ck-brands__item {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  padding: 16px 12px;
  border-radius: 18px;
  border: 1px solid var(--ck-line);
  background: rgba(34, 52, 63, .55);
  min-width: 0;
  transition: border-color .25s, transform .25s var(--ck-ease), box-shadow .25s;
}
.ck-brands__item:hover {
  border-color: color-mix(in srgb, var(--ck-accent) 70%, white);
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .28);
}
.ck-brands__item img {
  width: 118px;
  height: 118px;
  max-width: 100%;
  object-fit: contain;
  background: radial-gradient(circle at 50% 40%, #4A5A73, #304854);
  border-radius: 16px;
  padding: 10px;
}
.ck-brands__item span {
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.25;
}
.ck-locator__tools {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.ck-locator__tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.ck-locator__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.ck-loc {
  background: var(--ck-card);
  border: 1px solid var(--ck-line);
  border-radius: var(--ck-radius);
  padding: 20px;
  min-width: 0;
  display: grid;
  gap: 10px;
}
.ck-loc.is-on {
  border-color: var(--ck-line-2);
  box-shadow: 0 0 0 1px rgba(102, 213, 79, .25), 0 18px 40px rgba(0, 0, 0, .22);
}
.ck-loc h3 {
  margin: 0;
  font-family: var(--ck-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}
.ck-loc__addr { color: var(--ck-muted); margin: 0; }
.ck-loc__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ck-locator__hint {
  margin-top: 14px;
  color: var(--ck-green-2);
  font-weight: 600;
}
.ck-locator__hint[hidden] { display: none; }

/* ===== Footer ===== */
.ck-footer {
  border-top: 1px solid var(--ck-line);
  padding: 48px 0 calc(28px + var(--ck-safe-b));
  position: relative;
  z-index: 1;
}
.ck-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 22px;
}
.ck-footer__brand { font-weight: 800; letter-spacing: .16em; margin: 0 0 8px; }
.ck-footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.ck-footer__list a { color: var(--ck-ink); text-decoration: none; }
.ck-footer__list a:hover, .ck-footer__legal a { color: var(--ck-green-2); text-decoration: none; }
.ck-footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: var(--ck-muted);
  font-size: .86rem;
}

/* ===== Mobile dock ===== */
.ck-dock {
  display: none;
  align-items: stretch;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(10px + var(--ck-safe-b));
  z-index: 45;
  background: linear-gradient(180deg, rgba(58, 128, 44, .35), rgba(34, 52, 63, .94));
  border: 1px solid var(--ck-line-2);
  border-radius: 18px;
  padding: 8px;
  gap: 8px;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .4), 0 0 24px rgba(79, 168, 61, .22);
}
.ck-dock .ck-cta { flex: 1; }

.ck-cmd {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(20, 32, 40, .72);
  display: grid;
  place-items: start center;
  padding: 12vh 16px 24px;
  backdrop-filter: blur(10px);
}
.ck-cmd[hidden] { display: none; }
.ck-cmd__panel {
  width: min(640px, 100%);
  background: #22343F;
  border: 1px solid var(--ck-line-2);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.ck-cmd__input {
  width: 100%;
  background: #1A262E;
  border: 1px solid var(--ck-line);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 1.05rem;
  margin: 10px 0 14px;
}
.ck-cmd__hits { display: grid; gap: 6px; max-height: 48vh; overflow: auto; }
.ck-cmd__hit {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
}
.ck-cmd__hit:hover, .ck-cmd__hit.is-active {
  background: rgba(79, 168, 61, .16);
}
.ck-cmd__hit img {
  width: 52px;
  height: 40px;
  object-fit: contain;
  background: #1B2830;
  border-radius: 8px;
}
.ck-cmd__hit b { display: block; }
.ck-cmd__hit span { color: var(--ck-muted); font-size: .82rem; }
.ck-cmd__hint {
  margin: 12px 0 0;
  color: var(--ck-muted);
  font-size: .78rem;
}
.ck-cmd__empty { color: var(--ck-muted); padding: 12px 4px; }

.ck-reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: ckfade .7s var(--ck-ease) forwards;
}
.ck-reveal:nth-child(2) { animation-delay: .08s; }
.ck-reveal:nth-child(3) { animation-delay: .16s; }

@keyframes ckfade {
  to { opacity: 1; transform: none; }
}
@keyframes ckpulse {
  to { transform: translate(-6%, 8%) scale(1.08); }
}
@keyframes ckmarquee {
  to { transform: translateX(-50%); }
}
@keyframes ckspin {
  to { transform: rotate(360deg); }
}
@keyframes ckfloat {
  to { transform: translateY(-8px); }
}

.ck-hero--concept { padding-top: 48px; }
.ck-quiz__result { margin-top: 24px; }
.ck-calc label { display: grid; gap: 8px; color: var(--ck-muted); }
.ck-calc input:disabled { opacity: .55; cursor: not-allowed; }
.ck-form .ck-cta { border: 0; width: fit-content; }
.ck-form input:focus, .ck-form textarea:focus, .ck-form select:focus,
.ck-quiz__choices button:focus-visible, .ck-cta:focus-visible, .ck-chip:focus-visible, .ck-nav a:focus-visible {
  outline: 2px solid var(--ck-green);
  outline-offset: 2px;
}
.ck-finder { min-height: 280px; }
.ck-nav-toggle { cursor: pointer; }
.ck-concept-hero-img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  background: radial-gradient(circle at 50% 40%, #3B5563, #22343F);
  border-radius: 24px;
  margin-top: 18px;
  padding: 8%;
}

body.ck-noscroll { overflow: hidden; }

@media (max-width: 1100px) {
  .ck-hero__stage { grid-template-columns: 1fr; align-items: start; }
  .ck-orbit {
    --ck-sat: 100px;
    --ck-r: 1.7;
    width: min(100%, 460px);
    justify-self: center;
    margin-top: 28px;
  }
  .ck-brands__item img { width: 100px; height: 100px; }
}

@media (max-width: 1024px) {
  .ck-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .ck-compare {
    grid-template-columns: 1fr;
    grid-template-areas: "la" "pa" "lb" "pb";
  }
  .ck-locator__grid { grid-template-columns: 1fr; }
  .ck-locator__tools { align-items: stretch; }
  .ck-locator__geo { width: 100%; }
}

@media (max-width: 1200px) {
  :root { --ck-gutter: 16px; --ck-header: 72px; }
  .ck-split, .ck-footer__grid, .ck-steps, .ck-story__panel, .ck-tonight__grid {
    grid-template-columns: 1fr;
  }
  .ck-nav-toggle { display: block; }
  .ck-cta--header { display: none; }
  .ck-nav {
    display: none;
    position: fixed;
    inset: calc(var(--ck-header) + var(--ck-safe-t)) 12px 12px;
    background: rgba(34, 52, 63, .97);
    border: 1px solid var(--ck-line);
    border-radius: 18px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    overflow: auto;
    z-index: 50;
    flex: none;
  }
  .ck-header.is-open .ck-nav { display: flex; }
  .ck-nav__list { flex-direction: column; gap: 4px; flex-wrap: wrap; }
  .ck-nav__list a { padding: 12px 14px; font-size: 1.05rem; }
  .ck-nav .ck-cta { width: 100%; }
  .ck-hero { min-height: 0; align-items: start; padding: 28px 0 32px; }
  .ck-hero__actions { margin-top: 22px; justify-content: flex-start; }
  .ck-stats { margin-top: 22px; padding-top: 18px; }
  .ck-hero__mosaic { grid-template-columns: 1fr 1fr; opacity: .4; }
  .ck-hero__mosaic img:first-child { grid-row: auto; }
  .ck-section, .ck-page { padding: 52px 0; }
  .ck-dock { display: flex; }
  .ck-brand__word { letter-spacing: .14em; }
  .ck-brand__mark { width: 52px; height: 52px; }
  .ck-brand__tag { display: none; }
  .ck-story__panel { min-height: 0; }
  .ck-story__panel:nth-child(even) { direction: ltr; }
  .ck-story__panel img { aspect-ratio: 16/10; min-height: 0; }
}

@media (max-width: 620px) {
  .ck-grid { grid-template-columns: 1fr; }
  .ck-hero h1 { font-size: clamp(1.85rem, 9vw, 2.6rem); }
  .ck-hero__actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .ck-hero__actions .ck-cta {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    white-space: nowrap;
    text-align: center;
  }
  .ck-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .ck-stat { min-width: 0; }
  .ck-stat strong { font-size: 1.45rem; }
  .ck-stat span { font-size: .68rem; }
  .ck-chips { gap: 6px; }
  .ck-loc__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .ck-loc__actions .ck-cta:first-child { grid-column: 1 / -1; }
  .ck-ticker__track { gap: 28px; font-size: .7rem; }
  .ck-footer__legal { flex-direction: column; }
  .ck-card__body { padding: 14px; }
  .ck-orbit { --ck-sat: 88px; --ck-r: 1.3; width: min(100%, 320px); }
  .ck-orbit__sat { border-radius: 16px; }
  .ck-card__row { flex-wrap: wrap; }
  .ck-brand__mark { width: 52px; height: 52px; }
  .ck-brands__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ck-brands__item img { width: 88px; height: 88px; }
  .ck-loc { padding: 16px; }
  .ck-map iframe { height: 220px; }
}

@keyframes ck-sat-keep {
  to { transform: rotate(calc(var(--i) * 360deg / var(--n) + 360deg)) translateY(calc(var(--ck-sat) * var(--ck-r) * -1)) rotate(calc(var(--i) * -360deg / var(--n) - 360deg)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ck-hero__orbit, .ck-card, .ck-orb, .ck-ticker__track, .ck-reveal, .ck-card__media img,
  .ck-orbit__ring, .ck-orbit__sat, .ck-orbit__sats, .ck-cursor, .ck-boot__ring {
    animation: none !important;
    transition: none !important;
  }
  .ck-reveal { opacity: 1; transform: none; }
  .ck-cursor { display: none; }
  body.ck-app, body.ck-app a, body.ck-app button { cursor: auto; }
}

/* ===== Page Nos restaurants ===== */
.ck-loc__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ck-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(102, 213, 79, .45);
  color: var(--ck-green-2);
  background: rgba(79, 168, 61, .12);
}
.ck-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ck-green-2);
  box-shadow: 0 0 8px rgba(102, 213, 79, .6);
}
.ck-restaurants__grid { margin-top: 6px; }
.ck-grid--locs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ck-loc--card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: var(--ck-radius);
  border: 1px solid var(--ck-line);
  background: var(--ck-card);
}
@media (max-width: 760px) {
  .ck-grid--locs { grid-template-columns: 1fr; }
}
