@font-face {
  font-family: "Inter Root";
  src: url("/amplicore/assets/fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter Root";
  src: url("/amplicore/assets/fonts/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

:root {
  --root-green: #00ae4c;
  --root-bright: #00e463;
  --root-white: #f4f4f1;
  --root-muted: rgba(244, 244, 241, 0.58);
  --root-line: rgba(244, 244, 241, 0.14);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #000;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 12%, rgba(0, 174, 76, 0.14), transparent 25rem),
    #000;
  color: var(--root-white);
  font-family: "Inter Root", Inter, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 3px solid var(--root-bright);
  outline-offset: 5px;
}

.hub-shell {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
}

.hub-header,
.hub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  border-bottom: 1px solid var(--root-line);
}

.hub-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.hub-brand__mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--root-green);
  color: #000;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.hub-brand__text {
  display: grid;
  gap: 2px;
}

.hub-brand__text strong {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.hub-brand__text small,
.hub-kicker,
.hub-path__type,
.hub-focus-card__index,
.hub-section-heading__note,
.hub-footer {
  color: var(--root-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hub-brand__text small {
  font-size: 10px;
  letter-spacing: 0.1em;
}

.hub-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--root-muted);
  font-size: 13px;
}

.hub-nav a,
.hub-footer a {
  transition: color 180ms ease;
}

.hub-nav a:hover,
.hub-footer a:hover {
  color: var(--root-bright);
}

.hub-nav__contact {
  padding: 10px 14px;
  border: 1px solid var(--root-line);
  border-radius: 999px;
  color: var(--root-white);
}

.hub-hero {
  position: relative;
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  align-items: center;
  gap: 48px;
  border-bottom: 1px solid var(--root-line);
}

.hub-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 790px;
  padding: 88px 0 110px;
}

.hub-kicker {
  margin: 0 0 28px;
  color: var(--root-bright);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.07em;
}

h1 {
  max-width: 820px;
  margin-bottom: 30px;
  font-size: clamp(54px, 7.4vw, 122px);
  line-height: 0.92;
}

.hub-lead {
  max-width: 540px;
  margin-bottom: 40px;
  color: var(--root-muted);
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hub-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 14px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.hub-button:hover,
.hub-path:hover {
  transform: translateY(-3px);
}

.hub-button--primary {
  background: var(--root-green);
  color: #000;
}

.hub-button--primary:hover {
  background: var(--root-bright);
}

.hub-button--quiet {
  border: 1px solid var(--root-line);
  color: var(--root-white);
}

.hub-button--quiet:hover {
  border-color: rgba(0, 228, 99, 0.7);
  color: var(--root-bright);
}

.hub-hero__signal {
  position: relative;
  min-height: 360px;
  margin-right: 8%;
}

.hub-signal__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(27vw, 340px);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 228, 99, 0.68);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(0, 174, 76, 0.06), 0 0 0 72px rgba(0, 174, 76, 0.03);
  transform: translate(-50%, -50%);
}

.hub-signal__ring::before,
.hub-signal__ring::after {
  position: absolute;
  content: "";
  background: var(--root-green);
}

.hub-signal__ring::before {
  top: 50%;
  right: -8px;
  left: -8px;
  height: 1px;
}

.hub-signal__ring::after {
  top: -8px;
  bottom: -8px;
  left: 50%;
  width: 1px;
}

.hub-signal__label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--root-green);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
  transform: translate(-50%, -50%);
}

.hub-signal__label span {
  color: var(--root-muted);
  font-size: 9px;
}

.hub-signal__line {
  position: absolute;
  right: 4%;
  bottom: 15%;
  width: 120px;
  height: 1px;
  background: var(--root-green);
  transform: rotate(-44deg);
  transform-origin: right center;
}

.hub-section-heading {
  max-width: 730px;
  padding: 96px 0 42px;
}

.hub-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.3vw, 66px);
  line-height: 0.98;
}

.hub-focus__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--root-line);
  border-bottom: 1px solid var(--root-line);
}

.hub-focus-card {
  min-height: 260px;
  padding: 26px 28px 32px 0;
}

.hub-focus-card + .hub-focus-card {
  padding-left: 28px;
  border-left: 1px solid var(--root-line);
}

.hub-focus-card__index {
  display: block;
  margin-bottom: 58px;
  color: var(--root-green);
}

.hub-focus-card h3 {
  max-width: 260px;
  margin-bottom: 14px;
  font-size: 23px;
  line-height: 1.02;
}

.hub-focus-card p {
  max-width: 300px;
  margin-bottom: 0;
  color: var(--root-muted);
  font-size: 14px;
  line-height: 1.45;
}

.hub-section-heading--row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.hub-section-heading__note {
  padding-bottom: 8px;
  white-space: nowrap;
}

.hub-paths__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--root-line);
  border: 1px solid var(--root-line);
}

.hub-path {
  position: relative;
  display: grid;
  min-height: 190px;
  align-content: space-between;
  gap: 20px;
  padding: 24px 28px 26px;
  background: #050505;
  transition: transform 180ms ease, background-color 180ms ease;
}

.hub-path:hover {
  background: #0a0e0b;
}

.hub-path__type {
  color: var(--root-muted);
}

.hub-path strong {
  max-width: 300px;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.hub-path__arrow {
  position: absolute;
  right: 26px;
  bottom: 24px;
  color: var(--root-green);
  font-size: 24px;
}

@media (min-width: 801px) {
  .hub-path:last-child {
    grid-column: 1 / -1;
  }
}

.hub-footer {
  min-height: 116px;
  border-top: 1px solid var(--root-line);
  border-bottom: 0;
}

.hub-footer a {
  color: var(--root-white);
  text-transform: none;
}

@media (max-width: 860px) {
  .hub-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hub-hero__copy {
    padding: 78px 0 52px;
  }

  .hub-hero__signal {
    min-height: 220px;
    margin: 0 0 54px;
  }

  .hub-signal__ring {
    width: min(48vw, 260px);
  }

  .hub-signal__line {
    right: 16%;
    bottom: 9%;
  }

  .hub-focus__grid {
    grid-template-columns: 1fr;
  }

  .hub-focus-card,
  .hub-focus-card + .hub-focus-card {
    min-height: 0;
    padding: 24px 0 30px;
    border-left: 0;
  }

  .hub-focus-card + .hub-focus-card {
    border-top: 1px solid var(--root-line);
  }

  .hub-focus-card__index {
    margin-bottom: 34px;
  }
}

@media (max-width: 560px) {
  .hub-shell {
    width: min(100% - 32px, 1440px);
  }

  .hub-header {
    min-height: 74px;
  }

  .hub-nav {
    gap: 14px;
    font-size: 12px;
  }

  .hub-nav a:not(.hub-nav__contact) {
    display: none;
  }

  .hub-nav__contact {
    padding: 8px 11px;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: clamp(48px, 15vw, 76px);
  }

  .hub-lead {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .hub-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hub-button {
    width: 100%;
  }

  .hub-section-heading {
    padding: 70px 0 30px;
  }

  .hub-section-heading h2 {
    font-size: 38px;
  }

  .hub-section-heading--row {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .hub-paths__grid {
    grid-template-columns: 1fr;
  }

  .hub-path {
    min-height: 150px;
  }

  .hub-footer {
    align-items: start;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
