@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
:root {
  --ink: #172026;
  --muted: #667077;
  --orange: #ff6a12;
  --amber: #ffad0a;
  --cream: #fff8ef;
  --line: rgba(23, 32, 38, 0.12);
  --radius: 34px;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Manrope', Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background: linear-gradient(145deg, #fff7e8 0, #fffdf9 34%, #f3f7ef 100%);
  font-size: 16px;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.page-glow {
  position: fixed;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.17;
  z-index: -1;
}
.glow-a {
  background: #ff9b28;
  left: -18vw;
  top: 22vh;
}
.glow-b {
  background: #93d8b0;
  right: -20vw;
  top: -15vw;
}
.topbar {
  width: min(1420px, calc(100% - 64px));
  height: 68px;
  margin: 14px auto 0;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 10px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 21px;
  box-shadow: 0 16px 50px rgba(30, 39, 43, 0.08);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand b {
  font: 700 17px var(--display);
  letter-spacing: -0.025em;
}
.brand small {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
  letter-spacing: 0.05em;
}
.topbar nav {
  display: flex;
  gap: 32px;
}
.topbar nav a {
  font-size: 14px;
  color: #4e565b;
  transition: 0.2s;
}
.topbar nav a:hover {
  color: var(--orange);
}
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  padding: 14px 21px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.25s;
}
.topbar .nav-cta {
  padding: 11px 18px;
}
.nav-cta {
  background: var(--ink);
  color: white;
}
.nav-cta span,
.primary span {
  font-size: 19px;
}
.menu-button {
  display: none;
  border: 0;
  background: transparent;
}
.hero {
  width: min(1420px, calc(100% - 64px));
  min-height: 720px;
  margin: 20px auto 0;
  border-radius: 42px;
  position: relative;
  overflow: hidden;
  background: #f9d5a3;
  isolation: isolate;
  box-shadow: 0 30px 80px rgba(71, 48, 18, 0.13);
}
.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 246, 230, 0.98) 0%,
    rgba(255, 246, 230, 0.93) 28%,
    rgba(255, 246, 230, 0.24) 51%,
    transparent 70%
  );
  z-index: -1;
}
.hero-copy {
  width: 47%;
  padding: 115px 0 80px 68px;
}
.eyebrow,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
  color: #b84b0c;
}
.hero h1 {
  font: 500 clamp(3.5rem, 5.2vw, 5.8rem)/0.98 var(--display);
  letter-spacing: -0.065em;
  margin: 20px 0 26px;
  max-width: 710px;
}
.hero-lead {
  color: #4f595d;
  line-height: 1.65;
  max-width: 530px;
  font-size: 17px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.primary {
  background: var(--orange);
  color: white;
  box-shadow: 0 13px 28px rgba(255, 106, 18, 0.25);
}
.secondary {
  border: 1px solid rgba(23, 32, 38, 0.2);
  background: rgba(255, 255, 255, 0.55);
}
.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}
.hero-proof {
  display: flex;
  gap: 25px;
  margin-top: 46px;
  color: #626b70;
  font-size: 12px;
}
.hero-proof span {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.hero-proof b {
  font-size: 20px;
  color: var(--ink);
}
.live-card {
  position: absolute;
  right: 38px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(28, 34, 38, 0.12);
}
.live-card div {
  display: flex;
  flex-direction: column;
}
.live-card small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7b8488;
}
.live-card b {
  font-size: 12px;
  margin-top: 3px;
}
.pulse {
  width: 9px;
  height: 9px;
  background: #36b773;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(54, 183, 115, 0.12);
}
.partner-strip {
  width: min(1280px, calc(100% - 64px));
  margin: 75px auto;
}
.partner-strip > p {
  text-align: center;
  color: #8a9094;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.brand-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 46px;
  margin-top: 34px;
}
.brand-strip img {
  width: 100%;
  height: 50px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.62;
  transition: 0.25s;
}
.brand-strip img:hover {
  filter: none;
  opacity: 1;
}
.statement,
.capabilities,
.portfolio {
  width: min(1280px, calc(100% - 64px));
  margin: 140px auto;
}
.statement > div {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 100px;
  align-items: end;
}
.statement h2,
.section-heading h2,
.system-copy h2,
.contact h2 {
  font: 500 clamp(2.8rem, 5vw, 5.4rem)/1.02 var(--display);
  letter-spacing: -0.06em;
  margin: 20px 0 0;
}
.statement-copy {
  padding-bottom: 10px;
}
.statement-copy p,
.section-heading > p,
.system-copy > p,
.contact > div > p {
  line-height: 1.75;
  color: var(--muted);
  font-size: 17px;
}
.statement-copy a {
  display: inline-flex;
  margin-top: 20px;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 50px;
}
.section-heading h2 {
  font-size: clamp(2.7rem, 4vw, 4.6rem);
  max-width: 760px;
}
.section-heading > p {
  max-width: 420px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.feature {
  min-height: 310px;
  border-radius: 22px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(21, 30, 35, 0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.feature-large {
  grid-row: span 2;
  min-height: 686px;
  background: linear-gradient(160deg, #ffe5c5, #fff8ef);
}
.feature-wide {
  grid-column: span 2;
  min-height: 335px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 35px;
}
.feature.dark {
  background: #182127;
  color: white;
}
.feature-index {
  position: absolute;
  right: 25px;
  top: 22px;
  color: #9ca3a7;
  font-size: 12px;
}
.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #fff1e3;
  color: #e75b0d;
  margin-bottom: auto;
}
.feature-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature.dark .feature-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #ff9b57;
}
.feature h3 {
  font: 600 20px/1.2 var(--display);
  letter-spacing: -0.03em;
  max-width: 350px;
  margin: 28px 0 10px;
}
.feature p {
  line-height: 1.55;
  font-size: 14px;
  color: #727b80;
  margin: 0;
}
.feature.dark p {
  color: #aeb7bb;
}
.data-pill {
  align-self: flex-start;
  margin-top: 25px;
  background: #ff7b27;
  color: white;
  border-radius: 99px;
  padding: 8px 12px;
  font-size: 11px;
}
.mini-chart {
  height: 210px;
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 65px;
}
.mini-chart i {
  height: var(--h);
  flex: 1;
  border-radius: 99px 99px 16px 16px;
  background: linear-gradient(#ff6a12, #ffb224);
}
.flow {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}
.flow span {
  padding: 15px 16px;
  background: #fff4e8;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.flow b {
  color: var(--orange);
}
.system-section {
  width: min(1420px, calc(100% - 64px));
  min-height: 670px;
  margin: 140px auto;
  border-radius: 42px;
  background: #192126;
  color: white;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
}
.system-copy {
  max-width: 540px;
}
.system-copy .section-kicker {
  color: #ff9c57;
}
.system-copy > p {
  color: #b9c2c6;
  margin: 30px 0;
}
.light {
  background: #fff;
  color: #182127;
}
.system-orbit {
  width: 510px;
  height: 510px;
  margin: auto;
  position: relative;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  inset: 45px;
}
.orbit-two {
  inset: 110px;
}
.system-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 145px;
  height: 145px;
  background: #fff;
  border-radius: 37px;
  color: #192126;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.25);
}
.system-core img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.system-core b {
  font: 700 16px var(--display);
  margin-top: 4px;
}
.system-core small {
  font-size: 9px;
  color: #697177;
}
.node {
  position: absolute;
  background: #2c363c;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 13px 18px;
  border-radius: 99px;
  font-size: 12px;
}
.n1 {
  top: 35px;
  left: 205px;
}
.n2 {
  top: 165px;
  right: 2px;
}
.n3 {
  bottom: 50px;
  right: 75px;
}
.n4 {
  bottom: 45px;
  left: 75px;
}
.n5 {
  top: 165px;
  left: 0;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.brand-card {
  height: 320px;
  border-radius: 28px;
  background: white;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 35px;
  transition: 0.3s;
}
.brand-card:before {
  content: '';
  position: absolute;
  inset: auto -30% -55% -30%;
  height: 70%;
  border-radius: 50%;
  background: var(--brand-bg, #fff0e1);
  filter: blur(25px);
}
.brand-card img {
  width: 100%;
  height: 90px;
  object-fit: contain;
  position: relative;
  transition: 0.3s;
}
.brand-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 55px rgba(25, 32, 37, 0.1);
}
.brand-card:hover img {
  transform: scale(1.04);
}
.brand-card small {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #8b9397;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
}
.contact {
  width: min(1420px, calc(100% - 64px));
  margin: 140px auto 30px;
  border-radius: 42px;
  padding: 80px;
  background: linear-gradient(135deg, #ff7620, #ffae17);
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 100px;
  align-items: center;
}
.contact h2 {
  font-size: clamp(3rem, 5vw, 5.6rem);
  max-width: 850px;
}
.contact > div > p {
  max-width: 750px;
  color: #472711;
}
.contact-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.dark-button {
  background: #172026;
  color: white;
}
.ghost-button {
  border: 1px solid rgba(23, 32, 38, 0.3);
}
.contact aside {
  background: rgba(255, 255, 255, 0.84);
  border-radius: 28px;
  padding: 32px;
}
.contact aside img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.contact aside h3 {
  font: 600 20px var(--display);
  margin: 18px 0 8px;
}
.contact aside p {
  line-height: 1.6;
  color: #687176;
}
.contact aside a {
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
}
footer {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 45px 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7d8589;
  font-size: 12px;
}
.footer-brand {
  color: var(--ink);
}
footer > div {
  display: flex;
  gap: 28px;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1050px) {
  .topbar nav {
    display: none;
  }
  .menu-button {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border-radius: 50%;
    background: #f4f1ec;
  }
  .menu-button i {
    width: 18px;
    height: 1px;
    background: #172026;
    margin: auto;
  }
  .topbar.open nav {
    display: flex;
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    background: white;
    padding: 24px;
    border-radius: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .hero-copy {
    width: 58%;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-large {
    grid-row: auto;
  }
  .feature-wide {
    grid-column: span 2;
  }
  .system-section {
    grid-template-columns: 1fr;
    padding: 60px;
  }
  .system-orbit {
    margin-top: 50px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
@media (max-width: 720px) {
  .topbar,
  .hero,
  .system-section,
  .contact {
    width: calc(100% - 24px);
  }
  .topbar {
    height: 62px;
    margin-top: 8px;
    padding: 0 16px;
    top: 8px;
  }
  .topbar .nav-cta {
    display: none;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .brand b {
    font-size: 14px;
  }
  .hero {
    min-height: 790px;
    border-radius: 30px;
    margin-top: 12px;
  }
  .hero-art {
    height: 48%;
    top: auto;
    bottom: 0;
    object-position: 67% center;
  }
  .hero:after {
    background: linear-gradient(
      180deg,
      #fff4e4 0%,
      #fff4e4 47%,
      rgba(255, 244, 228, 0.05) 67%
    );
  }
  .hero-copy {
    width: 100%;
    padding: 55px 26px 0;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.1rem);
    max-width: 590px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .hero-proof {
    display: none;
  }
  .live-card {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
  }
  .partner-strip,
  .statement,
  .capabilities,
  .portfolio,
  footer {
    width: calc(100% - 32px);
  }
  .brand-strip {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .statement,
  .capabilities,
  .portfolio {
    margin: 100px auto;
  }
  .statement > div,
  .section-heading {
    display: block;
  }
  .statement h2 {
    margin-bottom: 35px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature,
  .feature-large {
    min-height: 360px;
  }
  .feature-wide {
    grid-column: auto;
    display: flex;
  }
  .flow {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 25px 1fr;
  }
  .flow b:nth-of-type(2) {
    display: none;
  }
  .system-section {
    padding: 50px 24px;
    min-height: auto;
  }
  .system-copy h2 {
    font-size: 3.1rem;
  }
  .system-orbit {
    transform: scale(0.68);
    transform-origin: center;
    margin: -30px 0;
    width: 500px;
    left: 50%;
    translate: -50% 0;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .brand-card {
    height: 240px;
  }
  .contact {
    padding: 50px 25px;
  }
  .contact h2 {
    font-size: 3.1rem;
  }
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .contact aside {
    padding: 25px;
  }
  footer {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  footer > div {
    gap: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal,
  .button,
  .brand-card {
    transition: none;
  }
}
.maintenance {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.maintenance img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.maintenance h1 {
  font: 600 42px var(--display);
  letter-spacing: -0.04em;
  margin: 25px 0 8px;
}
.maintenance p {
  color: var(--muted);
}
