:root {
  --copper: #d6a45c;
  --ice: #e7f4f0;
  --deep: #070d0b;
  --panel: rgba(10, 18, 15, 0.78);
  --panel-line: rgba(202, 221, 213, 0.22);
  --soft-shadow: 0 26px 90px rgba(10, 18, 15, 0.18);
}

body {
  background:
    linear-gradient(180deg, #f8faf6 0%, #f4f5ef 44%, #fbfbf8 100%);
}

.site-header {
  min-height: 78px;
  border-bottom-color: rgba(225, 239, 232, 0.14);
  background:
    linear-gradient(90deg, rgba(6, 12, 10, 0.92), rgba(16, 28, 24, 0.82)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  box-shadow: 0 18px 48px rgba(4, 10, 8, 0.24);
}

.site-header:after {
  position: absolute;
  right: var(--pad);
  bottom: -1px;
  left: var(--pad);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(79, 195, 200, 0.7), rgba(199, 230, 115, 0.75), transparent);
  content: "";
}

.brand-logo {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

.site-header nav a {
  letter-spacing: 0.02em;
}

.header-contact,
.button.primary,
.cta-band > a {
  background: linear-gradient(135deg, var(--lime), #efffaf);
  box-shadow: 0 10px 30px rgba(199, 230, 115, 0.24);
}

.button.glass,
.icon-text-button,
.menu-button {
  border-color: rgba(231, 244, 240, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.home-hero {
  min-height: min(960px, 100svh);
  isolation: isolate;
  overflow: hidden;
  background: var(--deep);
}

.home-hero > img {
  object-position: center;
  filter: saturate(0.94) contrast(1.08) brightness(0.92);
}

.home-hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 11, 9, 0.95), rgba(5, 11, 9, 0.78) 34%, rgba(5, 11, 9, 0.22) 76%),
    linear-gradient(0deg, rgba(5, 11, 9, 0.78), rgba(5, 11, 9, 0.08) 44%),
    repeating-linear-gradient(90deg, rgba(231, 244, 240, 0.055) 0 1px, transparent 1px 128px);
}

.home-hero:after {
  position: absolute;
  z-index: 1;
  inset: 78px var(--pad) 0 auto;
  width: min(430px, 32vw);
  border-right: 1px solid rgba(231, 244, 240, 0.14);
  border-left: 1px solid rgba(231, 244, 240, 0.08);
  background:
    linear-gradient(180deg, rgba(231, 244, 240, 0.06), transparent 28%),
    repeating-linear-gradient(180deg, transparent 0 46px, rgba(231, 244, 240, 0.055) 46px 47px);
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

.home-hero-content {
  width: min(980px, 100%);
  padding-top: 168px;
  padding-bottom: 152px;
  animation: rise 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.home-hero-content:before {
  display: block;
  width: 72px;
  height: 3px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, var(--lime), var(--electric), transparent);
  content: "";
}

.home-hero .eyebrow.light {
  color: #dff58c;
  text-shadow: 0 0 24px rgba(199, 230, 115, 0.24);
}

.home-hero h1 {
  max-width: 900px;
  font-size: clamp(3.75rem, 5.4rem, 5.4rem);
  font-weight: 680;
  line-height: 0.94;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
}

.home-hero-content > p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(245, 251, 248, 0.86);
  font-size: clamp(1.125rem, 1.32rem, 1.32rem);
  line-height: 1.7;
}

.hero-links {
  gap: 12px;
  margin-top: 38px;
}

.button,
.header-contact,
.cta-band > a {
  border-radius: 6px;
  letter-spacing: 0.01em;
}

.hero-tagline {
  right: var(--pad);
  bottom: 26px;
  width: min(720px, calc(100% - var(--pad) * 2));
  border: 1px solid rgba(231, 244, 240, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 25, 22, 0.9), rgba(8, 15, 13, 0.7)),
    linear-gradient(90deg, rgba(79, 195, 200, 0.12), rgba(199, 230, 115, 0.06));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.hero-tagline span {
  position: relative;
  min-height: 82px;
  padding: 22px 22px 18px;
  color: rgba(247, 252, 250, 0.88);
  font-size: 0.76rem;
}

.hero-tagline span:before {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, var(--electric), var(--lime));
  content: "";
}

.editorial-split.section-pad {
  position: relative;
}

.editorial-split.section-pad:before {
  position: absolute;
  top: 0;
  left: var(--pad);
  width: min(420px, 36%);
  height: 1px;
  background: linear-gradient(90deg, var(--mineral), transparent);
  content: "";
}

.editorial-copy .section-intro h2 {
  max-width: 720px;
  font-size: clamp(3.1rem, 4.25rem, 4.25rem);
  letter-spacing: 0;
}

.section-copy,
.pain-list p,
.platform-copy p,
.product-feature p,
.product-collaboration p,
.partner-types p {
  color: #55635d;
}

.pain-list {
  border-top-color: rgba(25, 105, 88, 0.24);
}

.pain-list article {
  position: relative;
  grid-template-columns: 58px 1fr;
  padding: 30px 0;
  border-bottom-color: rgba(25, 105, 88, 0.16);
}

.pain-list article:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--electric), var(--lime));
  content: "";
  transition: width 0.28s ease;
}

.pain-list article:hover:after {
  width: 100%;
}

.pain-list article > span,
.product-collaboration article > span,
.solution-index-copy > span,
.partner-types article > span,
.about-beliefs article > span {
  color: var(--mineral-dark);
}

.editorial-media,
.product-feature-media,
.solution-index-image {
  border-radius: 8px;
  border-color: rgba(25, 105, 88, 0.14);
  box-shadow: var(--soft-shadow);
}

.editorial-media.tall {
  transform: translateY(24px);
}

.media-caption {
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(231, 244, 240, 0.18);
  border-radius: 6px;
}

.platform-dark {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, #101916 0%, #08100d 54%, #101916 100%);
  overflow: hidden;
}

.platform-dark:before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(231, 244, 240, 0.045) 0 1px, transparent 1px 112px),
    repeating-linear-gradient(0deg, rgba(231, 244, 240, 0.035) 0 1px, transparent 1px 96px),
    linear-gradient(135deg, rgba(79, 195, 200, 0.12), transparent 36%, rgba(199, 230, 115, 0.08));
  content: "";
}

.platform-dark .section-intro {
  max-width: 960px;
}

.platform-dark .section-intro h2 {
  max-width: 980px;
}

.energy-flow {
  border-color: rgba(231, 244, 240, 0.18);
  background: rgba(255, 255, 255, 0.025);
}

.energy-flow article {
  position: relative;
  min-height: 238px;
  padding: 28px 22px;
  transition: background 0.22s ease, transform 0.22s ease;
}

.energy-flow article:before {
  position: absolute;
  top: 28px;
  right: 22px;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(199, 230, 115, 0.9);
  border-radius: 50%;
  background: rgba(199, 230, 115, 0.26);
  content: "";
}

.energy-flow article:hover {
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-3px);
}

.platform-dashboard-grid {
  align-items: start;
}

.platform-copy {
  position: sticky;
  top: 118px;
}

.platform-copy h3 {
  max-width: 11ch;
  font-size: clamp(2.45rem, 3.6rem, 3.6rem);
  line-height: 1;
}

.dashboard {
  border-radius: 12px;
  border-color: rgba(231, 244, 240, 0.25);
  background:
    linear-gradient(145deg, rgba(11, 18, 16, 0.98), rgba(19, 30, 26, 0.96) 54%, rgba(7, 13, 11, 0.98)),
    repeating-linear-gradient(90deg, rgba(231, 244, 240, 0.04) 0 1px, transparent 1px 88px);
  box-shadow:
    0 46px 130px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dashboard-bar {
  min-height: 58px;
}

.dashboard-stat,
.dashboard-grid > section {
  background: rgba(18, 27, 24, 0.84);
}

.dashboard-stat strong {
  color: #f5fff9;
}

.readiness-ring {
  box-shadow:
    inset 0 0 0 12px rgba(8, 14, 12, 0.72),
    0 0 42px rgba(199, 230, 115, 0.12);
}

.products-editorial.section-pad,
.solutions-section.section-pad,
.process-section.section-pad {
  position: relative;
}

.product-feature {
  border-top-color: rgba(25, 105, 88, 0.16);
}

.product-feature h3 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 3.3rem, 3.3rem);
  line-height: 1.04;
}

.product-feature-media > span {
  right: 18px;
  bottom: 18px;
  border-radius: 6px;
  background: rgba(7, 13, 11, 0.76);
}

.solution-mosaic {
  gap: 14px;
}

.solution-mosaic a {
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.solution-shade {
  background:
    linear-gradient(0deg, rgba(7, 13, 11, 0.9), rgba(7, 13, 11, 0.24) 66%),
    linear-gradient(135deg, rgba(79, 195, 200, 0.18), transparent 36%);
}

.solution-mosaic a > div:last-child {
  padding: 32px;
}

.solution-mosaic span,
.platform-copy a,
.product-feature-copy a {
  color: #aee9e4;
}

.process-timeline {
  border-top-color: rgba(25, 105, 88, 0.42);
}

.process-timeline article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(243, 242, 237, 0.5));
}

.process-timeline article:before {
  background: var(--electric);
  box-shadow: 0 0 0 6px rgba(79, 195, 200, 0.12);
}

.partner-banner {
  min-height: 760px;
  overflow: hidden;
}

.partner-banner:after {
  background:
    linear-gradient(0deg, rgba(7, 13, 11, 0.9), rgba(7, 13, 11, 0.12) 68%),
    linear-gradient(90deg, rgba(7, 13, 11, 0.52), transparent);
}

.partner-banner-content {
  max-width: 980px;
  padding-bottom: 96px;
}

.partner-banner h2,
.cta-band h2 {
  max-width: 940px;
}

.cta-band {
  background:
    linear-gradient(135deg, #0b3f36 0%, #10241f 58%, #07100d 100%);
  border-top: 1px solid rgba(231, 244, 240, 0.12);
}

.site-footer {
  background:
    linear-gradient(180deg, #101512 0%, #080d0b 100%);
}

@media (max-width: 1080px) {
  .home-hero:after {
    width: min(360px, 42vw);
    opacity: 0.44;
  }

  .platform-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  :root {
    --pad: 18px;
  }

  .site-header {
    min-height: 68px;
  }

  .site-header:after {
    right: 14px;
    left: 14px;
  }

  .site-header nav {
    top: 68px;
    background: rgba(8, 14, 12, 0.98);
  }

  .home-hero {
    min-height: 780px;
  }

  .home-hero > img {
    object-position: 62% center;
  }

  .home-hero:after {
    display: none;
  }

  .home-hero-shade {
    background:
      linear-gradient(0deg, rgba(5, 11, 9, 0.95), rgba(5, 11, 9, 0.48) 60%, rgba(5, 11, 9, 0.2)),
      linear-gradient(90deg, rgba(5, 11, 9, 0.78), rgba(5, 11, 9, 0.2));
  }

  .home-hero-content {
    padding: 118px var(--pad) 190px;
  }

  .home-hero-content:before {
    width: 56px;
    margin-bottom: 18px;
  }

  .home-hero h1 {
    font-size: clamp(2.35rem, 2.65rem, 2.65rem);
    line-height: 0.98;
  }

  .home-hero-content > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-links {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .button {
    min-height: 48px;
  }

  .hero-tagline {
    right: 18px;
    bottom: 18px;
    left: 18px;
    width: auto;
    grid-template-columns: 1fr;
  }

  .hero-tagline span {
    min-height: 0;
    padding: 13px 14px;
    font-size: 0.72rem;
  }

  .hero-tagline span:before {
    display: inline-block;
    width: 18px;
    margin: 0 8px 3px 0;
    vertical-align: middle;
  }

  .hero-tagline span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .editorial-copy .section-intro h2,
  .platform-copy h3,
  .product-feature h3 {
    font-size: clamp(2.05rem, 2.45rem, 2.45rem);
  }

  .editorial-media.tall {
    transform: none;
  }

  .pain-list article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 22px 0;
  }

  .energy-flow article {
    padding: 20px 0;
  }

  .energy-flow article:before {
    top: 22px;
    right: 4px;
  }

  .platform-dashboard-grid {
    margin-top: 48px;
  }

  .dashboard {
    border-radius: 10px;
  }

  .dashboard-bar {
    min-height: 52px;
    padding: 0 14px;
    font-size: 0.62rem;
  }

  .dashboard-stat {
    min-height: 126px;
  }

  .dashboard-chart,
  .dashboard-stack {
    min-height: auto;
  }

  .readiness-ring {
    width: 112px;
    height: 112px;
  }

  .solution-mosaic {
    grid-template-rows: repeat(4, 310px);
  }

  .solution-mosaic a > div:last-child {
    padding: 22px;
  }

  .process-timeline article {
    min-height: 180px;
    padding: 22px 18px;
  }

  .partner-banner {
    min-height: 610px;
  }

  .partner-banner-content {
    padding: 72px var(--pad);
  }
}
