@import url("https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap");
/* Prevent iOS automatic text size adjustments (avoids content appearing "zoomed")
   and set a predictable box-sizing model to avoid unintentional overflow. */
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  backdrop-filter: blur(30px);
  z-index: 1000;
  padding: 20px 20px;
  transition: background-color 300ms ease;
}

header > img:hover {
  cursor: pointer;
}

/* nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
} */

#mobile-menu-icon {
  display: none;
}

.navmenu-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.navmenu-items li {
  list-style: none;
}

.navmenu-items li a {
  color: #000000;
  text-decoration: none;
  font-family: "Radio Canada Big", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0px;
}

#getstart {
  display: flex;
  align-items: center;
  gap: 4px;
}

#arrow {
  position: relative;
}

/* Use transform for smoother GPU-accelerated animation */
#getstart #arrow {
  position: relative;
  transition: transform 400ms ease;
  will-change: transform;
}

#getstart:hover #arrow {
  transform: translateX(8px);
}

.hero-container {
  display: flex;
  gap: 16px;
}

.img-container img {
  height: 100%;
}

.content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  padding: 0px 105px 0px 64px;
}

.text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}

.text-container p {
  font-family: "Source Serif Pro", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  color: #6c6c6c;
}

.text-container h1 {
  font-family: "Radio Canada Big", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.4px;
}

.hero-btn {
  font-family: "Geist Mono", monospace;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  padding: 16px 16px;
  border: none;
  color: #ffffff;
  background-color: #000000;
  width: 164px;
  transition: color 200ms ease, background-color 200ms ease;
  will-change: color, background-color;
}

.hero-btn:hover {
  color: #bdbcbc;
  cursor: pointer;
}

.values {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 120px 20px 160px 20px;
}

#values-head {
  font-family: "Radio Canada Big", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.5px;
  text-align: center;
}

.values-container {
  display: flex;
  gap: 16px;
}

.value-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 40px;
  background-color: #f6f8fb;
  border-radius: 16px;
  gap: 24px;
  width: 100%;
}

.value-list-item:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.value-list-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
}

#value-list-head {
  font-family: "Radio Canada Big", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.5px;
}

#value-list-descp {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.founder {
  padding: 0px 20px 120px 20px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.founder-text-container {
  padding: 0px 105px;
}

.founder-text-container div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 56px;
}

#post {
  font-family: "Source Serif Pro", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.5px;
  color: #6c6c6c;
}

#name {
  font-family: "Radio Canada Big", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.5px;
}

#story {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 20px;
  letter-spacing: -1px;
}

.team {
  padding: 120px 20px;
  background-color: #f6f8fb;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

#team-head {
  font-family: "Radio Canada Big", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3px;
}

.listcap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbe0ec;
  padding-bottom: 10px;
}

.listcap p {
  font-family: "Geist Mono", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
}

.listcap p:nth-child(3) {
  text-align: end;
}

.teamlist ul li {
  padding: 16px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbe0ec;
}

.teamlist ul li #title {
  font-family: "Source Serif Pro", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -1px;
  width: 100%;
}

#team-member-name {
  font-family: "Radio Canada Big", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1px;
  width: 100%;
}

.teamlist ul li a {
  width: 100%;
  text-align: end;
  font-family: "Source Serif Pro", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -1px;
  color: #000000;
}

.rq-demo {
  padding: 120px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  background-color: #ffffff;
}

#rq-demo-head {
  font-family: "Radio Canada Big", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.5px;
}

#rq-demo-button {
  font-family: "Geist Mono", monospace;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  padding: 16px 16px;
  border: none;
  color: #ffffff;
  background-color: #000000;
  width: 164px;
  transition: color 200ms ease, background-color 200ms ease;
  will-change: color, background-color;
}

#rq-demo-button:hover {
  color: #bdbcbc;
  cursor: pointer;
}

footer {
  background-color: #fff546;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.site-map {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-map-menu {
  display: flex;
  gap: 20px;
}

.site-map-items {
  list-style: none;
}

.site-map-items a {
  text-decoration: none;
  color: #000000;
  font-family: "Radio Canada Big", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.5px;
  color: #66640f;
}

.site-map p {
  font-family: "Source Serif Pro", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1px;
  color: #66640f;
}

@media screen and (min-width: 800px) and (max-width: 1279px) {
  .hero-container {
    flex-direction: column;
    gap: 80px;
  }

  .img-container img {
    content: url("about-assets/Hero-Image-1.svg");
    width: 100%;
    height: fit-content;
  }

  .content-container {
    padding: 0px 105px 0px 64px;
    gap: 56px;
  }

  .values {
    padding: 80px 20px 120px 20px;
  }

  #values-head {
    font-size: 32px;
  }

  .values-container {
    flex-direction: column;
    gap: 16px;
  }

  .founder {
    padding: 0px 20px 80px 20px;
  }

  .founder-img-container img {
    content: url("about-assets/founder-Image-1.svg");
  }

  .founder-text-container {
    padding: 0px 40px;
  }

  .team {
    padding: 120px 20px;
  }

  .rq-demo {
    padding: 80px 20px;
  }

  #rq-demo-head {
    font-size: 32px;
  }

  #f-img {
    content: url("assets/Footer\ image-1.svg");
  }

  #f-logo {
    content: url("assets/Footer\ Logo-1.svg");
  }
}

@media screen and (min-width: 1px) and (max-width: 799px) {
  body {
    box-sizing: border-box;
    width: 100%;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
  }

  #navigation {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

  .navmenu-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 400ms ease, opacity 300ms ease;
  }

  .navmenu-items.open {
    max-height: 500px; /* adjust based on your menu height */
    opacity: 1;
    padding-top: 20px;
  }

  .navmenu-items li a {
    font-size: 24px;
    letter-spacing: -1.5px;
    padding-bottom: 20px;
  }

  .navmenu-items li {
    width: 100%;
    border-bottom: 1px solid #dbe0ec;
    display: flex;
  }

  .navmenu-items li a:hover {
    opacity: 0.55;
    transition: opacity 200ms ease;
    cursor: pointer;
  }

  #getstart {
    text-align: center;
    border-bottom: none;
  }

  #get-started {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    font-family: "Geist Mono", monospace;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    transition: color 200ms ease, background-color 200ms ease;
    will-change: color, background-color;
  }

  #get-started:hover {
    opacity: 1;
    color: #bdbcbc;
    cursor: pointer;
  }

  #arrow {
    display: none;
  }

  #mobile-menu-icon {
    display: unset;
    cursor: pointer;
  }
  .hero-container {
    flex-direction: column;
    gap: 32px;
  }

  .img-container img {
    content: url("about-assets/Hero-Image-2.svg");
    width: 100%;
    height: fit-content;
  }

  .content-container {
    padding: 0px 20px 0px 20px;
    gap: 32px;
  }

  .hero-btn {
    width: 100%;
  }

  .values {
    padding: 40px 20px 40px 20px;
    gap: 32px;
  }

  #values-head {
    font-size: 24px;
  }

  .values-container {
    flex-direction: column;
    gap: 16px;
  }

  .founder {
    padding: 0px 20px 40px 20px;
    flex-direction: column;
    align-items: unset;
  }

  .founder-img-container img {
    content: url("about-assets/founder-Image-2.svg");
    width: 100%;
  }

  .founder-text-container {
    padding: 0px;
  }

  .founder-text-container div {
    padding-bottom: 32px;
  }

  .team {
    padding: 40px 20px;
    gap: 32px;
  }

  .listcap {
    display: none;
  }

  .teamlist:first-of-type {
    border-top: 1px solid #dbe0ec;
  }

  .teamlist ul li {
    padding: 24px 0px;
    flex-direction: column;
    gap: 16px;
  }

  .teamlist ul li a {
    text-align: start;
  }

  .rq-demo {
    padding: 40px 20px;
    width: 100%;
  }

  #rq-demo-head {
    font-size: 24px;
    letter-spacing: -1px;
    text-align: center;
  }

  footer {
    width: 100%;
    padding: 40px 20px 20px 20px;
  }

  .site-map {
    flex-direction: column;
    gap: 40px;
  }

  .site-map-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-map-items a {
    font-size: 18px;
  }

  .site-map p {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
