/* Ludorum — Qui sommes-nous v1.0.0 */

.lud-about-page {
  --lud-about-blue: #0b4dbb;
  --lud-about-blue-dark: #061b3a;
  --lud-about-blue-deep: #03142d;
  --lud-about-yellow: #ffc21e;
  --lud-about-red: #e12735;
  --lud-about-text: #102844;
  --lud-about-muted: #66758b;
  --lud-about-surface: #ffffff;
  --lud-about-soft: #f4f8fe;
  width: 100%;
  padding: 36px 20px 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 12%, rgba(11, 77, 187, 0.08), transparent 22%),
    radial-gradient(circle at 92% 76%, rgba(255, 194, 30, 0.10), transparent 24%),
    #f7f9fc;
  color: var(--lud-about-text);
  font-family: inherit;
}

.lud-about-page *,
.lud-about-page *::before,
.lud-about-page *::after {
  box-sizing: border-box;
}

.lud-about-shell {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.lud-about-page h1,
.lud-about-page h2,
.lud-about-page h3,
.lud-about-page p,
.lud-about-page blockquote {
  margin-top: 0;
}

.lud-about-page h1,
.lud-about-page h2,
.lud-about-page h3 {
  color: inherit;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.lud-about-page p {
  color: var(--lud-about-muted);
  font-size: 16px;
  line-height: 1.72;
}

.lud-about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.8fr);
  gap: 42px;
  align-items: center;
  min-height: 470px;
  padding: 58px 60px;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 93% 14%, rgba(29, 104, 222, 0.38), transparent 34%),
    linear-gradient(135deg, var(--lud-about-blue-deep), #083b84 60%, #0b57c8);
  box-shadow: 0 24px 55px rgba(6, 27, 58, 0.19);
  color: #fff;
}

.lud-about-hero::before,
.lud-about-trio::before,
.lud-about-now::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lud-about-blue) 0 33%, var(--lud-about-yellow) 33% 66%, var(--lud-about-red) 66% 100%);
}

.lud-about-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 50%;
}

.lud-about-hero__copy,
.lud-about-hero__visual {
  position: relative;
  z-index: 1;
}

.lud-about-eyebrow,
.lud-about-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--lud-about-yellow);
  color: #08244e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.095em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lud-about-hero h1 {
  max-width: 690px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.99;
}

.lud-about-hero .lud-about-hero__lead {
  max-width: 690px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.lud-about-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 27px;
}

.lud-about-hero__facts span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
}

.lud-about-hero__facts strong {
  color: var(--lud-about-yellow);
  font-size: 14px;
  font-weight: 900;
}

.lud-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.lud-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.lud-about-button:hover,
.lud-about-button:focus-visible {
  transform: translateY(-2px);
}

.lud-about-button--yellow {
  background: var(--lud-about-yellow);
  color: #08244e !important;
  box-shadow: 0 10px 24px rgba(255, 194, 30, 0.23);
}

.lud-about-button--ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.07);
  color: #fff !important;
}

.lud-about-hero__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lud-about-table {
  position: relative;
  width: 245px;
  height: 245px;
  margin-bottom: 24px;
  border: 12px solid rgba(255, 255, 255, 0.10);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04) 62%),
    #092b5a;
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.21), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.lud-about-seat {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 7px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: var(--lud-about-yellow);
}

.lud-about-seat--one { top: -34px; left: calc(50% - 21px); }
.lud-about-seat--two { right: -28px; bottom: 24px; background: var(--lud-about-red); }
.lud-about-seat--three { bottom: 24px; left: -28px; background: #3e8cff; }

.lud-about-card {
  position: absolute;
  display: grid;
  place-items: center;
  width: 58px;
  height: 78px;
  border: 5px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  color: #fff;
  font-size: 25px;
  font-weight: 1000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.lud-about-card--blue { top: 77px; left: 38px; transform: rotate(-13deg); background: var(--lud-about-blue); }
.lud-about-card--yellow { top: 58px; left: 91px; z-index: 2; transform: rotate(2deg); background: #dc9f00; }
.lud-about-card--red { top: 77px; right: 38px; transform: rotate(13deg); background: var(--lud-about-red); }

.lud-about-hero__visual p {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
  text-align: center;
}

.lud-about-story,
.lud-about-values {
  margin-top: 28px;
  padding: 54px 58px;
  border: 1px solid rgba(11, 77, 187, 0.10);
  border-radius: 24px;
  background: var(--lud-about-surface);
  box-shadow: 0 15px 42px rgba(16, 40, 68, 0.07);
}

.lud-about-section-heading {
  display: flex;
  gap: 17px;
  align-items: flex-start;
  margin-bottom: 34px;
}

.lud-about-section-number {
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--lud-about-yellow);
  color: #08244e;
  font-size: 13px;
  font-weight: 1000;
}

.lud-about-section-heading .lud-about-kicker {
  min-height: 0;
  margin: 0 0 8px;
  padding: 0;
  background: transparent;
  color: var(--lud-about-blue);
}

.lud-about-section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 3.5vw, 43px);
  line-height: 1.08;
}

.lud-about-section-heading > div > p {
  max-width: 680px;
  margin: 11px 0 0;
}

.lud-about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
  gap: 38px;
  align-items: stretch;
}

.lud-about-story__text p:last-child {
  margin-bottom: 0;
}

.lud-about-story__text a {
  color: var(--lud-about-blue);
  font-weight: 900;
}

.lud-about-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 290px;
  margin: 0;
  padding: 31px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff7d6, #fff 70%);
  box-shadow: inset 0 0 0 1px rgba(255, 194, 30, 0.24);
}

.lud-about-quote__mark {
  position: absolute;
  top: 8px;
  right: 18px;
  color: rgba(255, 194, 30, 0.38);
  font-family: Georgia, serif;
  font-size: 120px;
  line-height: 1;
}

.lud-about-quote p {
  position: relative;
  margin-bottom: 18px;
  color: var(--lud-about-text);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.lud-about-quote cite {
  color: var(--lud-about-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lud-about-trio {
  position: relative;
  margin-top: 28px;
  padding: 54px 58px 58px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 95% 10%, rgba(26, 100, 213, 0.28), transparent 30%),
    var(--lud-about-blue-dark);
  box-shadow: 0 18px 46px rgba(6, 27, 58, 0.17);
  color: #fff;
}

.lud-about-section-heading--light h2 {
  color: #fff;
}

.lud-about-section-heading--light > div > p {
  color: rgba(255, 255, 255, 0.72);
}

.lud-about-section-heading--light .lud-about-kicker {
  color: var(--lud-about-yellow);
}

.lud-about-trio__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lud-about-persona {
  position: relative;
  min-height: 245px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.lud-about-persona::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--persona-accent);
}

.lud-about-persona--blue { --persona-accent: #4d91ff; }
.lud-about-persona--yellow { --persona-accent: var(--lud-about-yellow); }
.lud-about-persona--red { --persona-accent: var(--lud-about-red); }

.lud-about-persona__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 35px;
  border-radius: 14px;
  background: var(--persona-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
}

.lud-about-persona--yellow .lud-about-persona__icon {
  color: #08244e;
}

.lud-about-persona h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 21px;
  line-height: 1.15;
}

.lud-about-persona p {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  line-height: 1.58;
}

.lud-about-values__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lud-about-values__grid article {
  display: flex;
  gap: 14px;
  min-height: 126px;
  padding: 22px;
  border: 1px solid rgba(11, 77, 187, 0.10);
  border-radius: 17px;
  background: var(--lud-about-soft);
}

.lud-about-values__grid article > span {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--lud-about-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 1000;
}

.lud-about-values__grid h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.2;
}

.lud-about-values__grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.lud-about-now {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 43px 48px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(120deg, #0b4dbb, #08357c);
  box-shadow: 0 18px 44px rgba(11, 77, 187, 0.18);
  color: #fff;
}

.lud-about-now h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(27px, 3.5vw, 40px);
  line-height: 1.08;
}

.lud-about-now p {
  max-width: 750px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.lud-about-now .lud-about-eyebrow {
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .lud-about-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  .lud-about-hero {
    grid-template-columns: 1fr;
    padding: 48px 42px;
  }

  .lud-about-hero__visual {
    padding-top: 12px;
  }

  .lud-about-story__grid {
    grid-template-columns: 1fr;
  }

  .lud-about-trio__cards {
    grid-template-columns: 1fr;
  }

  .lud-about-persona {
    min-height: 0;
  }

  .lud-about-persona__icon {
    margin-bottom: 24px;
  }

  .lud-about-now {
    grid-template-columns: 1fr;
  }

  .lud-about-now .lud-about-button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .lud-about-page {
    padding: 22px 12px 48px;
  }

  .lud-about-hero,
  .lud-about-story,
  .lud-about-trio,
  .lud-about-values,
  .lud-about-now {
    border-radius: 18px;
  }

  .lud-about-hero {
    min-height: 0;
    padding: 38px 24px;
  }

  .lud-about-hero h1 {
    font-size: 37px;
  }

  .lud-about-hero .lud-about-hero__lead {
    font-size: 15px;
  }

  .lud-about-hero__facts {
    display: grid;
  }

  .lud-about-actions,
  .lud-about-button {
    width: 100%;
  }

  .lud-about-table {
    width: 205px;
    height: 205px;
  }

  .lud-about-card {
    width: 49px;
    height: 67px;
  }

  .lud-about-card--blue { top: 64px; left: 30px; }
  .lud-about-card--yellow { top: 48px; left: 73px; }
  .lud-about-card--red { top: 64px; right: 30px; }

  .lud-about-story,
  .lud-about-trio,
  .lud-about-values {
    padding: 36px 22px;
  }

  .lud-about-section-heading {
    gap: 12px;
    margin-bottom: 27px;
  }

  .lud-about-section-number {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .lud-about-section-heading h2 {
    font-size: 29px;
  }

  .lud-about-quote {
    min-height: 245px;
    padding: 25px;
  }

  .lud-about-quote p {
    font-size: 21px;
  }

  .lud-about-values__grid {
    grid-template-columns: 1fr;
  }

  .lud-about-now {
    padding: 36px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lud-about-page *,
  .lud-about-page *::before,
  .lud-about-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

