.about-page .about-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 132px 0 112px;
  background: linear-gradient(90deg, rgba(47, 49, 49, 0.98), rgba(47, 49, 49, 0.9)), var(--color-inverse-surface);
  color: var(--color-inverse-on-surface); }
  .about-page .about-hero::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    content: "";
    mask-image: linear-gradient(to right, #000, transparent); }
  .about-page .about-hero__glow {
    position: absolute;
    top: -220px;
    right: -180px;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 67, 75, 0.24), rgba(226, 67, 75, 0.05) 48%, transparent 70%);
    pointer-events: none; }
  .about-page .about-hero__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(56px, 8vw, 112px);
    align-items: center; }
  .about-page .about-hero__content {
    max-width: 760px; }
  .about-page .about-hero [data-content-id="about-hero-title"] h1 {
    max-width: 760px;
    margin-bottom: 28px; }
    .about-page .about-hero [data-content-id="about-hero-title"] h1 em {
      position: relative;
      color: var(--color-primary-fixed-dim);
      font-style: normal; }
      .about-page .about-hero [data-content-id="about-hero-title"] h1 em::after {
        position: absolute;
        right: 0;
        bottom: 2px;
        left: 0;
        height: 4px;
        border-radius: 2px;
        background: var(--color-primary-bright);
        content: "";
        opacity: 0.3; }
  .about-page .about-hero__copy {
    max-width: 670px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.76);
    font-size: var(--body-lg-size); }
    .about-page .about-hero__copy p + p {
      margin-top: 14px; }
  .about-page .about-hero__rocket {
    display: grid;
    place-items: center; }
    .about-page .about-hero__rocket img {
      width: min(100%, 390px);
      height: auto;
      filter: drop-shadow(0 30px 28px rgba(0, 0, 0, 0.38));
      transform: translateY(-12px); }
.about-page .direct-section__layout > [data-content-id="about-section-operations"] {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  column-gap: clamp(48px, 8vw, 110px);
  align-items: start; }
  .about-page .direct-section__layout > [data-content-id="about-section-operations"] h2 {
    max-width: 560px;
    grid-row: 1/span 3; }
  .about-page .direct-section__layout > [data-content-id="about-section-operations"] p {
    max-width: 600px;
    color: var(--color-on-surface-variant);
    font-size: var(--body-lg-size); }
    .about-page .direct-section__layout > [data-content-id="about-section-operations"] p + p {
      margin-top: 14px; }
.about-page .team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px; }
.about-page .team-card {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 36px;
  background: var(--layer-1);
  box-shadow: var(--shadow-1); }
  .about-page .team-card__photo {
    width: 100%;
    aspect-ratio: 4/5;
    margin-bottom: 26px;
    overflow: hidden;
    border-radius: var(--radius-lg); }
    .about-page .team-card__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }
  .about-page .team-card h3 {
    margin-bottom: 18px;
    color: var(--color-primary);
    font-size: var(--headline-sm-size);
    line-height: 1.3; }
  .about-page .team-card p {
    color: var(--color-on-surface-variant); }
.about-page [data-content-id="about-section-values"] > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px; }
  .about-page [data-content-id="about-section-values"] > div > article {
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 36px 28px;
    background: var(--layer-1);
    box-shadow: var(--shadow-1);
    text-align: center; }
    .about-page [data-content-id="about-section-values"] > div > article > h3 {
      margin-bottom: 12px;
      color: var(--color-primary);
      font-size: var(--headline-sm-size); }
    .about-page [data-content-id="about-section-values"] > div > article > p {
      color: var(--color-on-surface-variant); }
.about-page [data-content-id="about-section-values"] + .text-link {
  display: flex;
  width: fit-content;
  margin: 4em auto 0; }
.about-page .story-section__content {
  max-width: 820px; }
  .about-page .story-section__content > [data-content-id="about-section-story"] > p {
    color: var(--color-on-surface-variant);
    font-size: var(--body-lg-size); }
    .about-page .story-section__content > [data-content-id="about-section-story"] > p + p {
      margin-top: 14px; }
.about-page .story-section__photo {
  width: 100%;
  aspect-ratio: 8/5;
  margin-top: 36px;
  overflow: hidden;
  border-radius: var(--radius-xl); }
  .about-page .story-section__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; }
.about-page .call-section__content {
  max-width: 760px; }
  .about-page .call-section__content > [data-content-id="about-section-call"] > p {
    max-width: 700px;
    color: var(--color-on-surface-variant); }
    .about-page .call-section__content > [data-content-id="about-section-call"] > p + p {
      margin-top: 12px; }
.about-page .call-section__actions {
  margin-top: 32px; }
  .about-page .call-section__actions p {
    margin-top: 18px;
    color: var(--color-on-surface-variant); }
.about-page .cta-section {
  position: relative;
  overflow: hidden; }
  .about-page .cta-section .container {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center; }
  .about-page .cta-section__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(226, 67, 75, 0.3), transparent), radial-gradient(ellipse 40% 70% at 80% 20%, rgba(255, 179, 177, 0.1), transparent); }
  .about-page .cta-section__title {
    margin-bottom: 16px;
    color: var(--color-inverse-on-surface);
    font-size: var(--headline-md-size); }
  .about-page .cta-section__subtitle {
    max-width: 500px;
    margin: 0 auto 36px;
    color: rgba(255, 255, 255, 0.75);
    font-size: var(--body-lg-size); }
  .about-page .cta-section .btn--secondary {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff; }
.about-page .cta-chips {
  max-width: 760px;
  margin: 0 auto 32px; }
  .about-page .cta-chips--marquee {
    display: block;
    max-width: 860px;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%); }
  .about-page .cta-chips__track {
    display: flex;
    width: max-content;
    gap: 12px;
    animation: about-cta-chips-marquee 24s linear infinite; }
  .about-page .cta-chips span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-full);
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    white-space: nowrap; }

@media (min-width: 969px) {
  .about-page [data-content-id="about-section-values"] > div {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center; }
    .about-page [data-content-id="about-section-values"] > div > article {
      flex: 0 1 calc((100% - 64px) / 3); } }
@media (max-width: 968px) {
  .about-page .about-hero {
    min-height: auto;
    padding: 120px 0 88px; }
    .about-page .about-hero__layout {
      grid-template-columns: 1fr; }
    .about-page .about-hero__rocket {
      width: min(100%, 560px); }
  .about-page .direct-section__layout > [data-content-id="about-section-operations"] {
    grid-template-columns: 1fr; }
    .about-page .direct-section__layout > [data-content-id="about-section-operations"] h2 {
      grid-row: auto; }
  .about-page .team-grid {
    grid-template-columns: 1fr; }
  .about-page [data-content-id="about-section-values"] > div {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
  .about-page .about-hero {
    padding: 104px 0 72px; }
    .about-page .about-hero__layout {
      gap: 44px; }
    .about-page .about-hero__copy {
      font-size: var(--body-md-size); }
  .about-page .direct-section__layout > [data-content-id="about-section-operations"] p {
    font-size: var(--body-md-size); }
  .about-page [data-content-id="about-section-values"] > div {
    grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .about-page .about-hero__glow {
    display: none; } }
@keyframes about-cta-chips-marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(calc(-50% - 6px)); } }

/*# sourceMappingURL=a-propos.css.map */
