/* --- CSS for animation and canvas --- */
/* Canvas fixed to back */
#canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

/* --- END CSS for animation and canvas --- */
/* --- CSS for pages --- */
.navigationWrapper {
  width: 100%;
}
.navigationWrapper nav {
  max-width: 1040px;
}

.mainContainer {
  width: 1040px;
  margin: 0 auto;
}

header {
  display: flex;
  flex-direction: column;
  padding: 15% 0 0 10px;
  pointer-events: none;
  height: 70vh;
  align-items: start;
}

.casesudyWrapper {
  width: 1040px;
  margin: 0 auto;
}
.casesudyWrapper h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  margin-bottom: 36px;
}
.casesudyWrapper .casestudyRow {
  display: flex;
  margin-bottom: 46px;
}
.casesudyWrapper .casestudyRow .casestudyBlock {
  width: 480px;
  margin-right: 40px;
}
.casesudyWrapper .casestudyRow .casestudyBlock .caseStudyImageWrap {
  border: 5px solid #fff;
  border-radius: 5px;
}
.casesudyWrapper .casestudyRow .casestudyBlock .caseStudyImageWrap.ai-border {
  background-image: linear-gradient(90deg, #FFABAB, #FFE5A7, #9B94FA, #FFA3F4);
  padding: 3px;
  border-radius: 5px;
  border: 0;
}
.casesudyWrapper .casestudyRow .casestudyBlock .subHeader {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  margin: 30px 0 10px 0;
}
.casesudyWrapper .casestudyRow .casestudyBlock p {
  font-weight: 100;
  font-size: 14px;
  line-height: 21px;
}
.casesudyWrapper .casestudyRow :last-child {
  margin-right: 0;
}

.moreProjects {
  width: 1000px;
}
.moreProjects h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  margin-bottom: 10px;
}
.moreProjects .moreProjectsRow {
  line-height: 67px;
  font-weight: 100;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.moreProjects .moreProjectsRow:last-child {
  border-bottom: none;
}

.footerWrapper {
  line-height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.footerWrapper footer {
  display: flex;
  justify-content: center;
}
.footerWrapper footer .icon-container {
  padding: 20px;
}

.outcomes {
  padding: 30px;
  margin: 40px 20px 20px;
  background: #fbf8ec;
  border-radius: 5px;
}
.outcomes h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.outcomes P {
  line-height: 26px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  header {
    padding: 0 5%;
  }
  section {
    padding: 3rem 5%;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f7f7f7;
  color: #1A1A18;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container-wide {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 48px;
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 48px;
  position: sticky;
  top: 0;
  z-index: 100;
}
nav .nav-left a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #6B6B64;
  text-decoration: none;
  letter-spacing: 0.01em;
}
nav .nav-left a:hover {
  color: #1A1A18;
}
nav .nav-right {
  display: flex;
  gap: 32px;
  font-weight: 400;
}
nav .nav-right a {
  color: #1A1A18;
  text-decoration: none;
  font-size: 14px !important;
}
nav .nav-right a:hover {
  opacity: 0.6;
}
@media (max-width: 680px) {
  nav {
    padding: 16px 24px;
  }
}

.heroHome {
  max-width: 1030px;
  margin: 0 auto;
}

.hero {
  padding: 80px 48px 64px;
  max-width: 820px;
  margin: 0 auto;
}
.hero h1 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(32px, 5vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  max-width: 680px;
}
.hero p {
  font-size: 16px;
  line-height: 1.7;
  color: #3A3A35;
  margin-bottom: 48px;
}
@media (max-width: 680px) {
  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.breadcrumb {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B6B64;
  margin-bottom: 28px;
  font-weight: 400;
}

.meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid #E0DDD5;
  padding-top: 48px;
}

.meta-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B6B64;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.meta-value {
  font-size: 13px;
  color: #1A1A18;
}

.section-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B6B64;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}

.section-divider {
  border: none;
  border-top: 1px solid #E0DDD5;
  margin: 80px 0;
}

.caption {
  text-align: center;
  font-size: 12px;
  color: #6B6B64;
  margin-top: -20px;
  margin-bottom: 48px;
  font-style: italic;
}

.why-section {
  padding: 80px 48px;
  max-width: 820px;
  margin: 0 auto;
}
.why-section h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 56px;
}
@media (max-width: 680px) {
  .why-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media (max-width: 680px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.stat-item {
  padding: 0 40px 0 0;
  border-right: 1px solid #E0DDD5;
  margin-right: 40px;
}
.stat-item:last-child {
  border-right: none;
  margin-right: 0;
}
@media (max-width: 680px) {
  .stat-item {
    border-right: none;
    border-bottom: 1px solid #E0DDD5;
    padding: 0 0 24px;
    margin: 0 0 24px;
  }
  .stat-item:last-child {
    border-bottom: none;
  }
}

.stat-number {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(26px, 5vw, 26px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #1A1A18;
  margin-bottom: 12px;
}

.stat-desc {
  font-size: 14px;
  color: #6B6B64;
  line-height: 1.5;
}

.old-ui {
  display: grid;
  grid-template-columns: 48px 1fr 240px;
  min-height: 340px;
  font-size: 12px;
}
@media (max-width: 680px) {
  .old-ui {
    grid-template-columns: 36px 1fr;
  }
}

.old-sidebar {
  background: #1E2235;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.old-sidebar-icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.old-main {
  padding: 20px 24px;
  background: #fff;
  border-right: 1px solid #eee;
}

.old-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.old-name {
  font-size: 14px;
  font-weight: 600;
}

.tag-green {
  background: #DCFCE7;
  color: #166534;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
}

.tag-fail {
  background: #FEE2E2;
  color: #991B1B;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 10px;
}

.tag-success {
  background: #DCFCE7;
  color: #166534;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 10px;
}

.tab-row {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.tab {
  padding: 8px 14px;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.tab.active {
  color: #3B82F6;
  border-bottom-color: #3B82F6;
  font-weight: 500;
}

.old-status-box {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.old-status-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.old-status-box p {
  font-size: 12px;
  color: #6B7280;
}

.btn-group {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.btn-sm {
  padding: 6px 12px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  font-size: 11px;
  background: #fff;
  cursor: pointer;
  color: #374151;
}

.attempts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.attempts-header span {
  font-weight: 600;
  font-size: 13px;
}

.attempt-row {
  padding: 10px 12px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.attempt-name {
  font-weight: 500;
  font-size: 12px;
}

.attempt-addr {
  font-size: 11px;
  color: #9CA3AF;
}

.old-panel {
  background: #F9FAFB;
  padding: 20px 16px;
  font-size: 11px;
  color: #374151;
}
@media (max-width: 680px) {
  .old-panel {
    display: none;
  }
}

.panel-section {
  margin-bottom: 20px;
}

.panel-title {
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.panel-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.panel-key {
  color: #9CA3AF;
  font-size: 10px;
}

.panel-val {
  font-weight: 500;
  font-size: 11px;
}

.new-ui {
  display: grid;
  grid-template-columns: 200px 1fr 240px;
  min-height: 400px;
  font-size: 12px;
}
@media (max-width: 680px) {
  .new-ui {
    grid-template-columns: 1fr;
  }
}

.new-sidebar {
  background: #fff;
  border-right: 1px solid #eee;
  padding: 16px 0;
}
@media (max-width: 680px) {
  .new-sidebar {
    display: none;
  }
}

.new-sidebar-brand {
  padding: 0 16px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.brand-icon {
  width: 20px;
  height: 20px;
  background: #2563EB;
  border-radius: 4px;
  display: inline-block;
}

.new-nav-item {
  padding: 8px 16px;
  font-size: 12px;
  color: #6B7280;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.new-nav-item.active {
  background: #EFF6FF;
  color: #2563EB;
  font-weight: 500;
}
.new-nav-item .icon {
  width: 14px;
  height: 14px;
  background: currentColor;
  border-radius: 2px;
  opacity: 0.5;
}

.create-label {
  font-size: 10px;
  color: #9CA3AF;
  padding: 12px 16px 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.new-main {
  padding: 20px 28px;
  background: #fff;
  border-right: 1px solid #eee;
}

.new-page-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-btn {
  background: #2563EB;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 12px;
}

.search-icon {
  width: 12px;
  height: 12px;
  background: #9CA3AF;
  border-radius: 50%;
}

.search-text {
  font-size: 11px;
  color: #9CA3AF;
}

.table-header,
.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 80px 90px;
  padding: 6px 8px;
}

.table-header {
  font-size: 10px;
  color: #9CA3AF;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E7EB;
}

.table-row {
  padding: 10px 8px;
  border-bottom: 1px solid #F3F4F6;
  align-items: center;
}
.table-row:hover {
  background: #F9FAFB;
}

.serve-name {
  font-weight: 500;
  font-size: 11px;
  color: #2563EB;
}

.firm-name {
  font-size: 11px;
  color: #374151;
}

.addr-text {
  font-size: 10px;
  color: #9CA3AF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.billing {
  font-size: 11px;
  color: #374151;
}

.health-badge {
  padding: 2px 7px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.health-badge.health-action {
  background: #FEE2E2;
  color: #B91C1C;
}
.health-badge.health-behind {
  background: #FEF3C7;
  color: #92400E;
}
.health-badge.health-track {
  background: #DCFCE7;
  color: #15803D;
}
.health-badge.health-review {
  background: #EDE9FE;
  color: #5B21B6;
}

.new-right {
  background: #F9FAFB;
  padding: 20px 16px;
  font-size: 11px;
}
@media (max-width: 680px) {
  .new-right {
    display: none;
  }
}

.text-section {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 48px;
  padding-bottom: 80px;
}
.text-section p {
  font-size: 16px;
  line-height: 1.75;
  color: #3A3A35;
  margin-bottom: 24px;
}
.text-section h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}
@media (max-width: 680px) {
  .text-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.pull-quote {
  border-left: 3px solid #C8A96E;
  padding: 20px 0 20px 32px;
  margin: 40px 0;
  max-width: 620px;
}
.pull-quote p {
  font-family: "Libre Baskerville", serif;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #1A1A18 !important;
  font-style: italic;
  margin-bottom: 12px !important;
}
.pull-quote cite {
  font-size: 13px;
  color: #6B6B64;
  font-style: normal;
  display: block;
}

.solution-section {
  background: #fff;
  border-top: 1px solid #E0DDD5;
  border-bottom: 1px solid #E0DDD5;
  padding: 80px 48px 0 48px;
}
@media (max-width: 680px) {
  .solution-section {
    padding: 60px 24px;
  }
}

.solution-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 48px;
}
.solution-inner h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 56px;
}

.solution-item {
  margin-bottom: 36px;
}
.solution-item h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  color: #1A1A18;
}
.solution-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #3A3A35;
  margin-bottom: 28px;
}

.outcomes-section {
  padding: 0 48px 80px 48px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .outcomes-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}
@media (max-width: 680px) {
  .outcomes-grid {
    grid-template-columns: 1fr;
  }
}

.outcome-num {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(26px, 5vw, 26px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.outcome-desc {
  font-size: 14px;
  color: #6B6B64;
  line-height: 1.5;
}

.vp-quote-wrap {
  background: #fff;
  border: 1px solid #E0DDD5;
  border-radius: 8px;
  padding: 32px 36px;
  margin: 40px 0;
}

.vp-quote-text {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.7;
  color: #1A1A18;
  margin-bottom: 16px;
}

.vp-cite {
  font-size: 12px;
  color: #6B6B64;
}

.team-section {
  padding: 0 48px 80px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .team-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.team-divider {
  border: none;
  border-top: 1px solid #E0DDD5;
  margin-bottom: 32px;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 32px;
}
@media (max-width: 680px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.team-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #2563EB;
}

.team-role {
  font-size: 12px;
  color: #6B6B64;
  margin-bottom: 10px;
}

.team-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #3A3A35;
}

.takeaway-section {
  background: #fff;
  color: #fff;
  padding: 100px 48px;
  text-align: center;
}
.takeaway-section .section-label {
  color: #1A1A18;
}
.takeaway-section h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(26px, 5vw, 26px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  max-width: 700px;
  margin: 0 auto;
}

.collab-section {
  padding: 0 48px 60px;
  max-width: 820px;
  margin: 0 auto;
}
.collab-section p {
  font-size: 17px;
  line-height: 1.75;
  color: #3A3A35;
}
@media (max-width: 680px) {
  .collab-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.img-placeholder {
  width: 100%;
  background: #E8E6E0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #9B9790;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  position: relative;
  overflow: hidden;
}
.img-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 12px, rgba(0, 0, 0, 0.03) 12px, rgba(0, 0, 0, 0.03) 13px);
}
.img-placeholder svg {
  opacity: 0.35;
  position: relative;
  z-index: 1;
}
.img-placeholder span {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #6B6B64;
}

footer {
  border-top: 1px solid #E0DDD5;
  padding: 32px 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #6B6B64;
}
footer a {
  color: #6B6B64;
  text-decoration: none;
  font-size: 14px !important;
}
footer a:hover {
  color: #1A1A18;
}
@media (max-width: 680px) {
  footer {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

.footer-links {
  display: flex;
  gap: 24px;
  justify-content: end;
}

.base-navigation {
  width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  line-height: 150px;
}
.base-navigation a {
  color: #6B7280;
}

.pill {
  text-align: center;
  color: #404040;
  padding: 4px 10px;
  font-size: 12px;
}/*# sourceMappingURL=updatedStyles.css.map */