:root {
  --gh-font-heading: "Libre Caslon Text", serif;
  --gh-font-body: "Inter", sans-serif;
}

body {
  background:
    radial-gradient(circle at top right, rgba(184, 163, 85, 0.08), transparent 30%),
    linear-gradient(180deg, #0b1326 0%, #091121 100%);
  -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.site-shell {
  min-height: 100vh;
}

.max-w-container-max {
  max-width: 1200px;
}

.homepage-hero {
  position: relative;
  min-height: 920px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.homepage-hero-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 44rem);
}

.hero-system-visual {
  position: relative;
  min-height: 560px;
  border-radius: 1rem;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.hero-system-background {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border-radius: 1.5rem;
  opacity: 0.42;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.28) 44%, rgba(0, 0, 0, 0.62) 62%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.28) 44%, rgba(0, 0, 0, 0.62) 62%, transparent 100%);
}

.hero-system-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 19, 38, 0.02) 0%, rgba(11, 19, 38, 0.08) 34%, rgba(11, 19, 38, 0.42) 56%, rgba(11, 19, 38, 0.84) 100%),
    linear-gradient(180deg, rgba(11, 19, 38, 0.02) 0%, rgba(11, 19, 38, 0.18) 100%);
}

.hero-system-node {
  position: absolute;
  z-index: 2;
  border-radius: 0.9rem;
  border: 1px solid rgba(184, 163, 85, 0.1);
  background: rgba(19, 27, 46, 0.08);
  backdrop-filter: blur(2px);
  box-shadow: none;
  color: #f8fafc;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hero-system-node:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 163, 85, 0.2);
  box-shadow: none;
}

.hero-system-node strong {
  display: block;
  font-family: "Libre Caslon Text", serif;
  font-size: 1.15rem;
  line-height: 1.2;
}

.hero-system-node small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(148, 163, 184, 0.8);
  font-size: 0.78rem;
  line-height: 1.3;
}

.hero-system-node-label {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(184, 163, 85, 0.9);
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-system-core {
  left: 50%;
  top: 4rem;
  transform: translateX(-50%);
  min-width: 190px;
  padding: 1.1rem 1.25rem;
  text-align: center;
}

.hero-system-hub,
.hero-system-branch {
  width: 170px;
  padding: 0.95rem 1rem;
  text-align: center;
}

.hero-system-hub {
  left: 50%;
  top: 16.3rem;
  transform: translateX(-50%);
  width: 210px;
}

.branch-memberships {
  left: 2rem;
  top: 13.8rem;
}

.branch-payments {
  right: 2rem;
  top: 13.8rem;
}

.branch-analytics {
  left: 2.6rem;
  top: 32.3rem;
}

.branch-publishing {
  left: 50%;
  top: 38.3rem;
  transform: translateX(-50%);
}

.branch-growth {
  right: 2.6rem;
  top: 32.3rem;
}

.hero-system-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(100, 116, 139, 0.08);
  pointer-events: none;
}

.orbit-one {
  inset: 3.5rem 4rem auto;
  height: 220px;
}

.orbit-two {
  inset: 11rem 6rem 4rem;
}

.hero-system-micro {
  position: absolute;
  z-index: 2;
  color: #7c8fac;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.micro-one {
  top: 10.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.micro-two {
  top: 27.7rem;
  left: 3.3rem;
}

.micro-three {
  top: 27.7rem;
  right: 3rem;
}

.hero-system-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-system-lines path {
  fill: none;
  stroke-linecap: round;
}

.hero-system-lines .flow-base {
  stroke: rgba(184, 163, 85, 0.28);
  stroke-width: 1.25;
  stroke-dasharray: 6 8;
  filter: drop-shadow(0 0 10px rgba(180, 200, 232, 0.18));
}

.hero-system-lines .flow-glow {
  stroke: rgba(180, 200, 232, 0.2);
  stroke-width: 1;
  stroke-dasharray: 16 14;
  animation: hero-flow 8s linear infinite;
}

.ghost-border {
  border: 1px solid rgba(100, 116, 139, 0.2);
}

.glass-card {
  background: rgba(30, 41, 59, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(100, 116, 139, 0.18);
}

.hero-gradient {
  background: linear-gradient(to bottom, rgba(11, 19, 38, 0.28), rgba(11, 19, 38, 1));
}

.project-detail-hero {
  background:
    radial-gradient(circle at top right, rgba(184, 163, 85, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(11, 19, 38, 0.92) 0%, rgba(11, 19, 38, 1) 100%);
}

.project-visual-frame {
  position: relative;
}

.project-visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(11, 19, 38, 0) 0%, rgba(11, 19, 38, 0.08) 100%);
}

.nav-shell {
  backdrop-filter: blur(14px);
  transition: background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.nav-shell.is-scrolled {
  background: rgba(6, 14, 32, 0.92);
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.24);
}

.brand-logo {
  width: min(150px, 100%);
  height: auto;
  filter: invert(1) brightness(1.15);
}

.launch-hidden-link {
  display: none !important;
}

.trust-logo-visible {
  opacity: 1;
  filter: brightness(0) invert(1) saturate(0) contrast(1.15);
}

.nav-dropdown-menu {
  display: none;
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.34);
}

.nav-dropdown.is-open .nav-dropdown-menu {
  display: block;
}

.nav-dropdown.is-open .nav-dropdown-toggle .material-symbols-outlined {
  transform: rotate(180deg);
}

.nav-dropdown-toggle .material-symbols-outlined {
  transition: transform 180ms ease;
}

[data-interactive-card] {
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

[data-interactive-card]::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      320px circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
      rgba(184, 163, 85, 0.12),
      transparent 55%
    );
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

[data-interactive-card]:hover,
[data-interactive-card]:focus-within {
  transform: translateY(-4px);
  border-color: rgba(184, 163, 85, 0.24);
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.22);
}

[data-interactive-card]:hover::after,
[data-interactive-card]:focus-within::after {
  opacity: 1;
}

.project-card:hover .project-image,
.project-card:focus-within .project-image {
  transform: scale(1.05);
}

.service-prose-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 2rem;
}

.service-prose-card {
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(100, 116, 139, 0.18);
  background: rgba(19, 27, 46, 0.58);
}

.service-prose-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.ghost-services-showcase {
  margin-top: 4rem;
}

.ghost-services-showcase-media {
  position: relative;
  overflow: hidden;
  border-radius: 0.9rem;
  border: 1px solid rgba(100, 116, 139, 0.18);
  background:
    linear-gradient(180deg, rgba(19, 27, 46, 0.88) 0%, rgba(11, 19, 38, 0.96) 100%);
  aspect-ratio: 16 / 8.5;
}

.ghost-services-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(11, 19, 38, 0.12) 0%, rgba(11, 19, 38, 0.42) 100%);
  pointer-events: none;
}

.ghost-services-showcase-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) saturate(0.55) contrast(1.02);
  opacity: 0.78;
}

.ghost-services-showcase-placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 22% 26%, rgba(184, 163, 85, 0.18), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(180, 200, 232, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(19, 27, 46, 0.92) 0%, rgba(11, 19, 38, 1) 100%);
}

.ghost-services-hero-note {
  border-radius: 0.9rem;
  border: 1px solid rgba(100, 116, 139, 0.18);
  background: rgba(19, 27, 46, 0.62);
  padding: 1.75rem;
}

.ghost-services-inline-list {
  display: grid;
  gap: 0.9rem;
  padding-left: 1.1rem;
  margin: 0;
  color: #c4c6ce;
}

.ghost-service-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.ghost-service-card {
  grid-column: span 4;
  padding: 1.75rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(100, 116, 139, 0.18);
  background:
    linear-gradient(180deg, rgba(19, 27, 46, 0.9) 0%, rgba(11, 19, 38, 0.96) 100%);
  min-height: 100%;
}

.ghost-service-card--wide {
  grid-column: span 6;
}

.ghost-service-card--accent {
  background:
    linear-gradient(180deg, rgba(29, 38, 59, 0.96) 0%, rgba(14, 22, 39, 0.98) 100%);
  border-color: rgba(184, 163, 85, 0.24);
}

.ghost-service-card-topline {
  color: #b8a355;
  font-size: 0.74rem;
  line-height: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.ghost-service-card h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #f8fafc;
  font-family: "Libre Caslon Text", serif;
  font-size: 1.7rem;
  line-height: 1.2;
}

.ghost-service-card p {
  color: #c4c6ce;
  margin-bottom: 1.2rem;
}

.ghost-service-card ul {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.7rem;
  color: #dae2fd;
}

.ghost-capability-grid,
.ghost-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.ghost-capability-card,
.ghost-proof-card {
  padding: 1.6rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(100, 116, 139, 0.18);
  background: rgba(19, 27, 46, 0.68);
}

.ghost-capability-card h3,
.ghost-proof-card h3 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  color: #f8fafc;
  font-family: "Libre Caslon Text", serif;
  font-size: 1.45rem;
  line-height: 1.25;
}

.ghost-capability-card p,
.ghost-proof-card p {
  color: #c4c6ce;
  margin-bottom: 0;
}

.ghost-service-cta {
  border-radius: 1rem;
  border: 1px solid rgba(100, 116, 139, 0.18);
  background:
    linear-gradient(180deg, rgba(19, 27, 46, 0.9) 0%, rgba(11, 19, 38, 0.98) 100%);
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
}

.why-inoryum-shell {
  background:
    linear-gradient(180deg, rgba(19, 27, 46, 0.85) 0%, rgba(11, 19, 38, 0.92) 100%);
}

.product-ecosystem-panel {
  background:
    linear-gradient(180deg, rgba(19, 27, 46, 0.88) 0%, rgba(11, 19, 38, 0.96) 100%);
  padding: 1.5rem;
}

.product-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-ecosystem-card {
  border-radius: 0.9rem;
  border: 1px solid rgba(100, 116, 139, 0.18);
  background: rgba(11, 19, 38, 0.72);
  padding: 1.5rem;
}

.product-ecosystem-card--wide {
  grid-column: 1 / -1;
}

.scope-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(100, 116, 139, 0.18);
  background: rgba(11, 19, 38, 0.6);
  color: #c4c6ce;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.manifesto-section {
  background: linear-gradient(180deg, rgba(9, 17, 33, 0.82) 0%, rgba(11, 19, 38, 0.96) 100%);
}

.manifesto-shell {
  max-width: 900px;
  padding: 1rem 0;
}

.manifesto-title {
  max-width: 740px;
  color: #f8fafc;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.manifesto-copy {
  max-width: 760px;
  margin-top: 1.5rem;
  color: #c4c6ce;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.8;
}

.inline-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.inline-link-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(100, 116, 139, 0.18);
  color: #f8fafc;
  background: rgba(19, 27, 46, 0.42);
  text-decoration: none;
}

.project-detail-content section {
  margin-top: 0;
  padding-top: 5rem;
}

.project-detail-content section + section {
  margin-top: 0;
}

.project-detail-content h2 {
  color: #dcc674;
  margin-bottom: 1.5rem;
}

.project-detail-content .project-solution-grid,
.project-detail-content .project-metrics-grid,
.project-detail-content .project-outcome-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}

.project-detail-content .project-solution-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.project-detail-content .project-solution-card {
  background: rgba(23, 31, 51, 0.88);
  border: 1px solid rgba(100, 116, 139, 0.18);
  border-radius: 0.75rem;
  padding: 2rem;
}

.project-detail-content .project-solution-card h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.project-detail-content .project-metrics-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  text-align: center;
  background: rgba(19, 27, 46, 0.72);
  border-top: 1px solid rgba(184, 163, 85, 0.14);
  border-bottom: 1px solid rgba(100, 116, 139, 0.14);
  padding: 3rem 1rem;
}

.project-detail-content .project-metric-value {
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(2.75rem, 5vw, 4rem);
  line-height: 1;
  color: #b8a355;
  margin-bottom: 0.5rem;
}

.project-detail-content .project-metric-label {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.project-detail-content .project-outcome-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.project-detail-content .project-outcome-card {
  background: rgba(23, 31, 51, 0.88);
  border: 1px solid rgba(100, 116, 139, 0.18);
  border-radius: 0.75rem;
  padding: 2rem;
}

.project-detail-content .project-outcome-card h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.project-detail-content .project-testimonial {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 1rem;
}

.project-detail-content .project-testimonial-mark {
  color: rgba(184, 163, 85, 0.35);
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.project-detail-content .project-testimonial blockquote {
  border-left: 0;
  padding-left: 0;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.3;
  margin: 0 0 2rem;
}

.project-detail-content .project-testimonial cite {
  color: #f8fafc;
  font-style: normal;
  font-weight: 700;
}

.project-detail-content .project-testimonial p {
  margin-top: 0.35rem;
}

.wysiwyg > * + *,
.gh-content > * + * {
  margin-top: 1.25rem;
}

.wysiwyg h2,
.gh-content h2 {
  font-family: "Libre Caslon Text", serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #f8fafc;
  margin-top: 3rem;
}

.wysiwyg h3,
.gh-content h3 {
  font-family: "Libre Caslon Text", serif;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #f8fafc;
  margin-top: 2rem;
}

.wysiwyg p,
.wysiwyg li,
.gh-content p,
.gh-content li {
  color: #c4c6ce;
  font-size: 1rem;
  line-height: 1.8;
}

.wysiwyg ul,
.wysiwyg ol,
.gh-content ul,
.gh-content ol {
  padding-left: 1.25rem;
}

.wysiwyg a,
.gh-content a {
  color: #dcc674;
}

.wysiwyg blockquote,
.gh-content blockquote {
  border-left: 1px solid rgba(184, 163, 85, 0.8);
  padding-left: 1rem;
  color: #f8fafc;
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
}

.wysiwyg img,
.gh-content img,
.gh-content figure {
  max-width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}

.gh-content .kg-width-wide,
.wysiwyg .kg-width-wide {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.gh-content .kg-width-full,
.wysiwyg .kg-width-full {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
}

.wysiwyg pre,
.gh-content pre {
  background: rgba(19, 27, 46, 0.9);
  border: 1px solid rgba(100, 116, 139, 0.2);
  border-radius: 0.5rem;
  padding: 1rem;
  overflow: auto;
}

.eyebrow {
  color: #b8a355;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}

.quote-mark {
  color: #b8a355;
  font-family: "Libre Caslon Text", serif;
}

.contact-modal-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 14, 32, 0.72);
  backdrop-filter: blur(10px);
}

.contact-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 640px);
  margin: min(8vh, 5rem) auto 0;
  border-radius: 1rem;
  border: 1px solid rgba(100, 116, 139, 0.2);
  background: linear-gradient(180deg, rgba(23, 31, 51, 0.98) 0%, rgba(11, 19, 38, 0.98) 100%);
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.48);
  padding: 2rem;
}

.contact-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(100, 116, 139, 0.2);
  background: rgba(11, 19, 38, 0.72);
  color: #f8fafc;
  cursor: pointer;
}

.contact-launch-form {
  display: grid;
  gap: 0.95rem;
}

.contact-launch-label {
  color: #f8fafc;
  font-size: 0.92rem;
  line-height: 1.4;
}

.contact-launch-input,
.contact-launch-select,
.contact-launch-textarea {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(100, 116, 139, 0.24);
  background: rgba(11, 19, 38, 0.88) !important;
  color: #f8fafc;
  padding: 0.95rem 1rem;
  outline: none;
  appearance: none;
}

.contact-launch-input:focus,
.contact-launch-select:focus,
.contact-launch-textarea:focus {
  border-color: rgba(184, 163, 85, 0.45);
  box-shadow: 0 0 0 1px rgba(184, 163, 85, 0.24);
}

.contact-launch-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  margin-top: 0.75rem;
  border: 0;
  border-radius: 0.75rem;
  background: #b8a355;
  color: #132740;
  font-size: 0.76rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.contact-launch-submit.is-loading {
  opacity: 0.7;
  cursor: wait;
}

.contact-launch-error {
  margin-top: 0.25rem;
  color: #fda4af;
}

.contact-modal-success {
  text-align: center;
  padding: 2rem 1rem 1rem;
}

.contact-success-check {
  width: 5.25rem;
  height: 5.25rem;
  margin: 0 auto 1.5rem;
}

.contact-success-check svg {
  width: 100%;
  height: 100%;
}

.contact-success-check circle {
  stroke: rgba(184, 163, 85, 0.34);
  stroke-width: 2.5;
  fill: rgba(184, 163, 85, 0.08);
}

.contact-success-check path {
  stroke: #dcc674;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

@media (max-width: 1023px) {
  .homepage-hero {
    min-height: auto;
    padding-top: 7rem;
  }

  .hero-system-background {
    inset: 0 0 0 22%;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.5) 18%, rgba(0, 0, 0, 0.96) 36%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.5) 18%, rgba(0, 0, 0, 0.96) 36%, rgba(0, 0, 0, 1) 100%);
  }
}

@media (max-width: 767px) {
  .homepage-hero {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ghost-service-bento {
    grid-template-columns: 1fr;
  }

  .ghost-service-card,
  .ghost-service-card--wide {
    grid-column: auto;
  }

  .ghost-capability-grid,
  .ghost-proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-system-background {
    inset: 0;
    min-height: 740px;
  }

  .hero-system-core {
    top: 2rem;
    min-width: 160px;
  }

  .hero-system-hub,
  .hero-system-branch {
    width: 150px;
  }

  .hero-system-hub {
    top: 16rem;
    width: 190px;
  }

  .branch-memberships {
    left: 1rem;
    top: 27rem;
  }

  .branch-payments {
    right: 1rem;
    top: 27rem;
  }

  .branch-analytics {
    left: 1rem;
    top: 41rem;
  }

  .branch-publishing {
    top: 49rem;
  }

  .branch-growth {
    right: 1rem;
    top: 41rem;
  }

  .product-ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .orbit-one {
    inset: 3rem 1.25rem auto;
    height: 235px;
  }

  .orbit-two {
    inset: 14rem 1.25rem 2.5rem;
  }

  .micro-one {
    top: 12.5rem;
  }

  .micro-two {
    top: 37rem;
    left: 1.25rem;
  }

  .micro-three {
    top: 37rem;
    right: 1.25rem;
  }

  .site-nav {
    display: none;
  }

  .site-nav.is-open {
    display: flex;
  }
}

@media (max-width: 479px) {
  .hero-system-background {
    min-height: 700px;
  }

  .hero-system-core {
    min-width: 148px;
    padding: 0.9rem 1rem;
  }

  .hero-system-hub,
  .hero-system-branch {
    width: 124px;
    padding: 0.8rem 0.85rem;
  }

  .hero-system-hub {
    width: 170px;
  }

  .branch-memberships,
  .branch-payments {
    top: 27.5rem;
  }

  .branch-analytics,
  .branch-growth {
    top: 41.5rem;
  }

  .branch-publishing {
    top: 49.5rem;
  }
}

@keyframes hero-flow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -120;
  }
}

@keyframes hero-node-pulse {
  0%,
  100% {
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.22);
  }
  50% {
    box-shadow: 0 24px 72px rgba(2, 6, 23, 0.28), 0 0 0 1px rgba(184, 163, 85, 0.08);
  }
}

.hero-system-core,
.hero-system-hub {
  animation: hero-node-pulse 5.5s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .hero-system-core,
  .hero-system-hub,
  .hero-system-lines .flow-glow {
    animation: none;
  }

  .hero-system-node:hover {
    transform: none;
  }
}
