/* Theme base */
body {
  background-color: #ffffff;
  color: #753d3d;
}

/* Force all link states to primary color */
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: #753d3d !important;
}

.u-section-1 .u-sheet-1 {
  min-height: 976px;
}

.u-section-1 .u-layout-wrap-1 {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 861px;
}

.u-section-1 .u-container-layout-1 {
  padding: 0;
}

.u-section-1 .u-text-1 {
  font-size: 8.75rem;
  font-weight: 700;
  font-family: "Agbalumo", system-ui;
  color: #753d3d;
  margin: 0;
}

/* Prevent logo from wrapping vertically */
.u-section-1 .u-text-1 {
  white-space: nowrap;
}

.u-section-1 .u-text-2 {
  font-style: italic;
  font-size: 2.25rem;
  font-family: "Afacad Flux";
  margin: 20px 0 0;
}

.u-section-1 .u-text-3 {
  font-family: "Afacad Flux", system-ui;
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 30px 0 0;
  max-width: 540px;
}

.project-overview {
  background-color: #fff7f1;
  padding: 80px 20px;
}

.project-overview__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.project-overview__content h2 {
  font-family: "Agbalumo", system-ui;
  font-size: 4rem;
  color: #753d3d;
  margin-bottom: 20px;
}

.project-overview__content p {
  font-family: "Afacad Flux", system-ui;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #5a2d2d;
  margin: 0 auto;
}

/* Remove absolute positioning hacks in hero to prevent overlap */
.u-section-1 .u-container-layout-1 {
  position: static;
}

/* Responsive hero layout */
.hero {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 12px;
}

.hero__text {
  flex: 1 1 320px;
  min-width: 260px;
}

.hero__visual {
  flex: 1 1 260px;
  text-align: right;
}

.hero__visual img {
  width: min(440px, 100%);
  height: auto;
  display: inline-block;
}

@media (max-width: 1199px) {
  .u-section-1 .u-layout-wrap-1 {
    margin: 40px auto;
  }

  .u-section-1 .u-text-1 {
    font-size: 7.291666666666667rem;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-right: 90px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 492px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin: 30px auto;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 0;
  }

  /* image sizing handled by HTML/CSS default */

  .u-section-1 .u-text-2 {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 646px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 100%;
    margin: 24px auto;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 0 10px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3.75rem;
    white-space: normal;
  }

  .u-section-1 .u-text-2 {
    font-size: 2rem;
  }

  .hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0;
  }

  .hero__visual {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 339px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 100%;
    margin: 24px auto;
  }

  .u-section-1 .u-text-1 {
    font-size: 3.4375rem;
  }
}
.u-section-2 .u-sheet-1 {
  min-height: 909px;
}

.u-section-2 .u-text-1 {
  font-family: "Agbalumo", system-ui;
  font-size: 6rem;
  font-weight: 500;
  color: #753d3d;
  margin: 2px 0 0;
}

/* Table theme to light orange */
.u-section-2 .u-table-entity tbody tr:nth-child(odd) > td {
  background-color: #fff0e5 !important;
}
.u-section-2 .u-table-entity tbody tr:nth-child(even) > td {
  background-color: #ffffff !important;
}

/* Table link color overrides to primary */
/* Force table link colors to primary */
.u-section-2 .u-table-entity a,
.u-section-2 .u-table-entity a:link,
.u-section-2 .u-table-entity a:visited,
.u-section-2 .u-table-entity a:hover,
.u-section-2 .u-table-entity a:focus,
.u-section-2 .u-table-entity a:active {
  color: #753d3d !important;
}

/* Video section styling */
.video-section {
  margin: 60px 0;
}

.subheading-container {
  display: flex;
  gap: 30px;
  margin: 40px 0;
  justify-content: center;
  align-items: center;
}

.subheading {
  font-family: "Afacad Flux" !important;
  font-size: 3rem;
  font-weight: 600;
  margin: 40px 0 20px 0;
}

.video-container {
  display: flex;
  gap: 30px;
  margin: 40px 0;
}

.video-column {
  flex: 1;
  text-align: center;
}

.video-column iframe {
  width: 100%;
  height: 315px;
  max-width: 560px;
}

.demo-video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 315px;
  background-color: #f0f0f0;
  border: 2px dashed #ccc;
  border-radius: 8px;
}

.demo-video-placeholder p {
  color: #666;
  font-family: "Afacad Flux";
  font-size: 1.2rem;
}

/* Spacing and separator styling for table cells */
.u-section-2 .u-table-cell {
  text-align: left !important;
}

/* Center the header row (Phase and Artifacts) */
.u-section-2 .u-table-cell-1,
.u-section-2 .u-table-cell-2 {
  text-align: center !important;
}

.u-section-2 .u-table-cell a,
.u-section-2 .u-table-cell span {
  margin: 0 8px;
  display: inline-block;
}

.u-section-2 .u-table-cell a::after,
.u-section-2 .u-table-cell span::after {
  content: " • ";
  margin-left: 8px;
  color: #753d3d;
  font-weight: bold;
}

/* Remove bullet from last element in each cell */
.u-section-2 .u-table-cell > *:last-child::after {
  content: "";
  margin-left: 0;
}

.u-section-2 .u-table-1 {
  margin: 40px 0 60px 0;
}

.u-block-6754-4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.u-block-6754-93 {
  height: 46px;
}

.u-block-6754-94 {
  background-image: none;
  text-transform: uppercase;
  font-weight: 700;
}

.u-block-6754-95 {
  background-image: none;
  font-weight: 700;
}

.u-section-2 .u-table-body-1 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Afacad Flux";
}

.u-section-2 .u-table-cell-1 {
  background-image: none;
  text-transform: none;
  --color-var: #e0e5eb;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Afacad Flux";
}

.u-section-2 .u-table-cell-2 {
  background-image: none;
  --color-var: #e0e5eb;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Afacad Flux";
}

.u-section-2 .u-table-cell-3 {
  font-weight: 500;
  font-family: "Afacad Flux";
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-4 {
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  padding: 0;
}

.u-section-2 .u-table-cell-5 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-6 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-btn-2 {
  background-image: none;
  padding: 0;
}

.u-section-2 .u-table-cell-7 {
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-8 {
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-btn-3 {
  background-image: none;
  padding: 0;
}

.u-section-2 .u-btn-4 {
  background-image: none;
  padding: 0;
}

.u-section-2 .u-table-cell-9 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-10 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-btn-5 {
  background-image: none;
  margin-top: 18px;
  padding: 0;
}

.u-section-2 .u-table-cell-11 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-12 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: left !important;
}

.u-section-2 .u-table-cell-13 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-14 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: left !important;
}

.u-section-2 .u-table-cell-15 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-16 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-17 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-18 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-19 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-20 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-21 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-22 {
  background-image: none;
  font-weight: 500;
  font-size: 1.5rem;
}

.u-block-6754-35 {
  background-image: none;
}

@media (max-width: 1199px) {
  .u-section-2 .u-text-1 {
    font-size: 5rem;
  }

  .u-section-2 .u-table-1 {
    margin: 40px 0 60px 0;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-table-1 {
    margin: 40px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-text-1 {
    font-size: 4rem;
  }

  .u-section-2 .u-table-1 {
    margin: 40px 0 60px 0;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-text-1 {
    font-size: 3rem;
  }

  .u-section-2 .u-table-1 {
    margin: 32px 0 60px 0;
  }

  .subheading {
    font-size: 2rem;
  }

  .video-container {
    flex-direction: column;
    gap: 20px;
  }

  .video-column iframe {
    height: 250px;
  }

  .demo-video-placeholder {
    min-height: 250px;
  }

  .u-section-2 .u-table-cell a {
    margin: 0 4px;
  }

  .u-section-2 .u-table-cell a::after {
    margin-left: 4px;
  }
}
.u-section-3 {
  background-image: none;
  background-color: #753d3d; /* footer primary */
}

.u-section-3 .u-sheet-1 {
  min-height: 100px;
}

.u-section-3 .u-layout-wrap-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-section-3 .u-layout-cell-1 {
  min-height: 80px;
}

.u-section-3 .u-container-layout-1 {
  padding: 10px 60px;
}

.u-section-3 .u-text-1 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  color: #fff0e5;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 80px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 60px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-layout-cell-1 {
    min-height: 60px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 80px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
