/* GreenCore homepage narrative. Homepage only; subpages retain their existing system. */
body.home-page-simple {
  --gc-ink: #050806;
  --gc-deep: #07110d;
  --gc-green: #71e2ae;
  --gc-green-strong: #42c98a;
  --gc-paper: #f0f3f0;
  --gc-paper-bright: #f7f8f6;
  --gc-text: #f5f8f6;
  --gc-muted: #c7d0cb;
  --gc-dark-text: #101713;
  --gc-dark-muted: #455149;
  --gc-radius-control: 4px;
  --gc-radius-panel: 12px;
  --gc-ease: cubic-bezier(.2,.72,.2,1);
  --gc-duration: .68s;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--gc-text);
  background: var(--gc-ink);
}

body.home-page-simple .space-background,
body.home-page-simple .nav-language {
  display: none !important;
}

body.home-page-simple .wrap {
  width: min(1320px, calc(100% - 64px));
}

body.home-page-simple .nav {
  min-height: 72px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(3,7,5,.86);
  backdrop-filter: blur(18px) saturate(115%);
}

body.home-page-simple .nav-inner {
  min-height: 72px;
}

body.home-page-simple .brand-lockup span b {
  color: #fff;
}

body.home-page-simple .brand-lockup small {
  color: #aeb9b3 !important;
}

body.home-page-simple .nav-links {
  color: #cbd3cf;
}

body.home-page-simple .nav-links a {
  position: relative;
}

body.home-page-simple .nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 1px;
  background: var(--gc-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

body.home-page-simple .nav-links a:hover::after,
body.home-page-simple .nav-links a.active::after {
  transform: scaleX(1);
}

body.home-page-simple .button {
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: var(--gc-radius-control) !important;
  color: #fff !important;
  background: rgba(3,8,6,.34) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  transition: color .22s var(--gc-ease), background .22s var(--gc-ease), border-color .22s var(--gc-ease), transform .22s var(--gc-ease) !important;
}

body.home-page-simple .button.primary {
  color: #05100b !important;
  border-color: var(--gc-green) !important;
  background: var(--gc-green) !important;
}

@media (hover:hover) {
  body.home-page-simple .button:hover {
    color: #06110c !important;
    border-color: #fff !important;
    background: #fff !important;
    transform: translateY(-2px);
  }

  body.home-page-simple .button.primary:hover {
    border-color: #9af1c9 !important;
    background: #9af1c9 !important;
  }
}

.gc-section-index,
.gc-overline {
  display: inline-flex;
  color: var(--gc-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 0 7px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 13px;
  font-weight: 750;
  transition: gap .22s var(--gc-ease), color .22s var(--gc-ease);
}

@media (hover:hover) {
  .gc-text-link:hover {
    gap: 24px;
    color: var(--gc-green-strong);
  }
}

/* Hero */
.gc-home-hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(78px,9vh,116px) 0 clamp(70px,8vh,96px);
  background: #07100c;
}

.gc-hero-image {
  position: absolute;
  inset: -4% 0;
  z-index: -2;
  background-image: url("assets/hero-forest-bg.jpg");
  background-position: center calc(50% + var(--hero-shift, 0px));
  background-size: cover;
  filter: saturate(.96) contrast(1.04) brightness(.86);
  transform: scale(1.03);
  will-change: background-position;
}

.gc-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg,rgba(2,7,5,.86) 0%,rgba(2,7,5,.48) 54%,rgba(2,7,5,.68) 100%),
    linear-gradient(180deg,rgba(2,6,4,.24),rgba(2,6,4,.06) 58%,rgba(2,6,4,.82));
}

.gc-hero-layout {
  display: grid;
  grid-template-columns: minmax(0,1.18fr) minmax(330px,360px);
  align-items: center;
  gap: clamp(56px,8vw,132px);
}

.gc-hero-copy {
  max-width: 940px;
}

.gc-overline {
  margin-bottom: 26px;
}

.gc-hero-copy h1 {
  max-width: 940px;
  margin: 0;
  color: #fff;
  font-size: clamp(76px,8.8vw,136px);
  font-weight: 690;
  letter-spacing: 0;
  line-height: .84;
}

.gc-hero-copy h1 span {
  color: var(--gc-green);
  font-size: .53em;
  font-weight: 620;
}

.gc-hero-statement {
  max-width: 700px;
  margin: 34px 0 0;
  color: #fff;
  font-size: clamp(26px,2.6vw,40px);
  font-weight: 520;
  line-height: 1.18;
}

.gc-hero-lead {
  max-width: 610px;
  margin: 18px 0 0;
  color: #d3dbd7;
  font-size: 17px;
  line-height: 1.7;
}

.gc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.gc-round-wrap {
  align-self: center;
}

.gc-round-wrap .private-round-card {
  max-width: 360px;
  margin: 0 0 0 auto;
  border-color: rgba(160,236,202,.19) !important;
  border-radius: var(--gc-radius-panel) !important;
  background: linear-gradient(145deg,rgba(12,30,24,.79),rgba(4,12,9,.86)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07),0 22px 64px rgba(0,0,0,.28) !important;
}

.gc-scroll-cue {
  position: absolute;
  bottom: 26px;
  left: max(32px,calc((100vw - 1320px) / 2));
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.gc-scroll-cue i {
  position: relative;
  width: 52px;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.34);
}

.gc-scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gc-green);
  transform: translateX(-100%);
  animation: gc-cue 2.2s ease-in-out infinite;
}

@keyframes gc-cue {
  0%,20% { transform: translateX(-100%); }
  65%,100% { transform: translateX(100%); }
}

/* Editorial position */
.gc-thesis {
  padding: clamp(138px,14vw,206px) 0 clamp(126px,13vw,188px);
  color: var(--gc-dark-text);
  background: var(--gc-paper);
}

.gc-thesis .gc-section-index,
.gc-network-summary .gc-section-index,
.gc-foundation-story .gc-section-index {
  color: #13744f;
}

.gc-thesis-intro {
  display: grid;
  grid-template-columns: 150px minmax(0,1.15fr) minmax(260px,.65fr);
  align-items: start;
  gap: clamp(32px,5vw,80px);
}

.gc-thesis-intro h2 {
  max-width: 760px;
  margin: -7px 0 0;
  color: var(--gc-dark-text);
  font-size: clamp(48px,5.3vw,76px);
  font-weight: 620;
  letter-spacing: 0;
  line-height: .98;
}

.gc-thesis-intro > p {
  margin: 2px 0 0;
  color: var(--gc-dark-muted);
  font-size: 18px;
  line-height: 1.65;
}

.gc-principles {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: clamp(42px,7vw,108px);
  margin: clamp(88px,9vw,128px) 0 0;
  padding: 0;
  border-top: 0;
  list-style: none;
}

.gc-principles li {
  min-height: 220px;
  padding: 0;
  border-right: 0;
}

.gc-principles li + li {
  padding-left: 0;
}

.gc-principles li:last-child {
  border-right: 0;
}

.gc-principles li > span {
  color: #13744f;
  font-size: 11px;
  font-weight: 800;
}

.gc-principles h3 {
  margin: 62px 0 14px;
  color: var(--gc-dark-text);
  font-size: 28px;
  font-weight: 650;
}

.gc-principles p {
  max-width: 330px;
  margin: 0;
  color: var(--gc-dark-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* Scroll architecture */
.gc-architecture {
  padding: clamp(142px,14vw,206px) 0;
  background: #040706;
}

.gc-architecture-layout {
  display: grid;
  grid-template-columns: minmax(290px,.72fr) minmax(0,1.28fr);
  align-items: start;
  gap: clamp(72px,10vw,168px);
}

.gc-architecture-heading {
  position: sticky;
  top: 128px;
}

.gc-architecture-heading h2 {
  max-width: 520px;
  margin: 22px 0 26px;
  color: #fff;
  font-size: clamp(48px,5vw,70px);
  font-weight: 620;
  letter-spacing: 0;
  line-height: .98;
}

.gc-architecture-heading p {
  max-width: 500px;
  margin: 0 0 34px;
  color: var(--gc-muted);
  font-size: 16px;
  line-height: 1.72;
}

.gc-layer-sequence {
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.gc-layer {
  position: relative;
  min-height: 178px;
  display: grid;
  grid-template-columns: 46px minmax(190px,.8fr) minmax(220px,1.1fr) 76px;
  align-items: center;
  gap: 26px;
  border-top: 1px solid rgba(255,255,255,.09);
  opacity: .34;
  transition: opacity .3s var(--gc-ease), transform .3s var(--gc-ease);
}

.gc-layer::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 100%;
  bottom: -1px;
  width: 2px;
  background: var(--gc-green);
  opacity: 0;
  transition: opacity .3s ease;
}

.gc-layer.is-active {
  opacity: 1;
  transform: translateX(6px);
}

.gc-layer.is-active::before {
  opacity: 1;
}

.gc-layer-number,
.gc-layer small,
.gc-layer > strong {
  color: var(--gc-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.gc-layer h3 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.gc-layer p {
  margin: 0;
  color: #c6cfca;
  font-size: 14px;
  line-height: 1.65;
}

.gc-layer > strong {
  justify-self: end;
  color: #99a7a0;
}

/* Governance lifecycle */
.gc-mechanism {
  padding: clamp(142px,14vw,204px) 0;
  background: #08140f;
}

.gc-mechanism-head {
  display: grid;
  grid-template-columns: 150px minmax(0,1.2fr) minmax(260px,.55fr);
  align-items: start;
  gap: clamp(32px,5vw,80px);
}

.gc-mechanism-head h2 {
  max-width: 760px;
  margin: -7px 0 0;
  color: #fff;
  font-size: clamp(48px,5.2vw,74px);
  font-weight: 620;
  letter-spacing: 0;
  line-height: .98;
}

.gc-mechanism-head p {
  margin: 2px 0 0;
  color: #c5d0ca;
  font-size: 17px;
  line-height: 1.68;
}

.gc-flow-visual {
  margin-top: clamp(88px,9vw,128px);
}

.gc-flow-visual svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.gc-flow-visual path {
  fill: none;
  stroke-linecap: round;
}

.gc-flow-base {
  stroke: rgba(188,219,204,.22);
  stroke-width: 2;
}

.gc-flow-motion {
  stroke: var(--gc-green);
  stroke-width: 3;
  stroke-dasharray: 1040;
  stroke-dashoffset: 1040;
  transition: stroke-dashoffset 1.6s var(--gc-ease);
}

.gc-flow-visual.flow-active .gc-flow-motion {
  stroke-dashoffset: 0;
}

.gc-flow-visual circle {
  fill: #08140f;
  stroke: var(--gc-green);
  stroke-width: 3;
}

.gc-flow-labels {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  margin: 14px 0 0;
  padding: 0;
  gap: clamp(22px,3vw,48px);
  border-top: 1px solid rgba(255,255,255,.1);
  list-style: none;
}

.gc-flow-labels li {
  min-height: 146px;
  padding: 24px 0 20px;
  border-right: 0;
}

.gc-flow-labels li + li {
  padding-left: 0;
}

.gc-flow-labels li:last-child {
  border-right: 0;
}

.gc-flow-labels span {
  color: var(--gc-green);
  font-size: 10px;
  font-weight: 800;
}

.gc-flow-labels h3 {
  margin: 28px 0 8px;
  color: #fff;
  font-size: 19px;
  font-weight: 620;
}

.gc-flow-labels p {
  margin: 0;
  color: #aebbb4;
  font-size: 12px;
  line-height: 1.5;
}

.gc-flow-link {
  margin-top: 38px;
}

/* Real-world participation */
.gc-foundation-story {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0,1.14fr) minmax(0,.86fr);
  color: var(--gc-dark-text);
  background: var(--gc-paper);
}

.gc-foundation-visual {
  position: relative;
  min-height: 780px;
  margin: 0;
  overflow: hidden;
  background: #111713;
}

.gc-foundation-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform .9s var(--gc-ease);
}

.gc-foundation-visual.is-visible img {
  transform: scale(1);
}

.gc-foundation-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 54%,rgba(4,9,6,.76));
  pointer-events: none;
}

.gc-foundation-visual figcaption {
  position: absolute;
  right: 48px;
  bottom: 42px;
  left: 48px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
}

.gc-foundation-content {
  align-self: center;
  max-width: 760px;
  padding: clamp(76px,7vw,118px);
}

.gc-foundation-content h2 {
  margin: 22px 0 26px;
  color: var(--gc-dark-text);
  font-size: clamp(48px,4.8vw,70px);
  font-weight: 620;
  letter-spacing: 0;
  line-height: .98;
}

.gc-foundation-content > p {
  max-width: 590px;
  margin: 0;
  color: var(--gc-dark-muted);
  font-size: 17px;
  line-height: 1.7;
}

.gc-audience-list {
  margin: 48px 0 34px;
  border-bottom: 1px solid rgba(12,28,20,.22);
}

.gc-audience-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-top: 1px solid rgba(12,28,20,.22);
}

.gc-audience-list article > span {
  padding-top: 4px;
  color: #13744f;
  font-size: 10px;
  font-weight: 800;
}

.gc-audience-list h3 {
  margin: 0 0 6px;
  color: var(--gc-dark-text);
  font-size: 19px;
  font-weight: 650;
}

.gc-audience-list p {
  margin: 0;
  color: var(--gc-dark-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Token and ecosystem summary */
.gc-network-summary {
  padding: clamp(142px,14vw,202px) 0 clamp(126px,12vw,176px);
  color: var(--gc-dark-text);
  background: var(--gc-paper-bright);
}

.gc-token-brief {
  display: grid;
  grid-template-columns: 150px minmax(300px,.8fr) minmax(320px,1.1fr);
  align-items: start;
  gap: clamp(34px,6vw,96px);
}

.gc-supply {
  display: grid;
}

.gc-supply small {
  color: #56635c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gc-supply strong {
  margin-top: 12px;
  color: var(--gc-dark-text);
  font-size: clamp(48px,5vw,72px);
  font-weight: 640;
  letter-spacing: 0;
  line-height: .95;
}

.gc-supply em {
  margin-top: 8px;
  color: #13744f;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.gc-token-copy h2 {
  margin: -7px 0 22px;
  color: var(--gc-dark-text);
  font-size: clamp(38px,3.9vw,56px);
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.02;
}

.gc-token-copy p {
  max-width: 600px;
  margin: 0 0 28px;
  color: var(--gc-dark-muted);
  font-size: 16px;
  line-height: 1.7;
}

.gc-logo-wall {
  position: relative;
  width: 100%;
  margin-top: clamp(94px,9vw,128px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);
  mask-image: linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);
}

.gc-logo-track {
  width: max-content;
  display: flex;
  transform: translate3d(0,0,0);
  will-change: transform;
  animation: gc-logo-wall-loop 28s linear infinite;
}

.gc-logo-set {
  flex: none;
  display: flex;
  align-items: stretch;
  gap: clamp(18px,2vw,34px);
  padding-right: clamp(18px,2vw,34px);
}

.gc-logo-wall > span,
.gc-logo-set > span {
  flex: 0 0 clamp(126px,11vw,154px);
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-right: 0;
}

.gc-logo-wall img {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.06) drop-shadow(0 8px 10px rgba(15,84,55,.13));
  opacity: 1;
  transition: transform .24s var(--gc-ease);
}

.gc-logo-wall > span:first-child img,
.gc-logo-set > span:first-child img {
  width: 58px;
}

.gc-logo-wall b {
  overflow: hidden;
  color: #253029;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (hover:hover) {
  .gc-logo-wall > span:hover img,
  .gc-logo-set > span:hover img {
    transform: translateY(-4px) scale(1.06);
  }
}

@keyframes gc-logo-wall-loop {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

/* Final action */
.gc-home-cta {
  border-top: 1px solid rgba(255,255,255,.1);
  background: #07110d;
}

.gc-home-cta-inner {
  min-height: 300px;
  display: grid;
  grid-template-columns: 150px minmax(0,1.12fr) minmax(300px,.68fr);
  align-items: center;
  gap: clamp(28px,4.5vw,72px);
  padding-block: 54px;
}

.gc-home-cta h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px,4.5vw,62px);
  font-weight: 620;
  letter-spacing: 0;
  line-height: .98;
}

.gc-cta-action {
  max-width: 430px;
  justify-self: end;
}

.gc-home-cta p {
  max-width: 440px;
  margin: 0;
  color: #c9d2cd;
  font-size: 15px;
  line-height: 1.68;
}

.gc-cta-action .button {
  margin-top: 28px;
}

body.home-page-simple .footer {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(255,255,255,.1) !important;
  color: #b8c2bd;
  background: #030605 !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.home-page-simple .footer-inner {
  width: min(1320px, calc(100% - 64px)) !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  align-items: start !important;
  gap: 42px !important;
  margin: 0 auto !important;
  padding: 54px 0 30px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home-page-simple .footer .foundation b {
  margin-bottom: 14px;
  color: #f4f7f5;
  font-size: 17px;
  font-weight: 650;
}

body.home-page-simple .footer .foundation span {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.55;
}

body.home-page-simple .footer-links {
  align-self: start;
  justify-content: flex-end;
  gap: 24px;
  padding-top: 3px;
}

body.home-page-simple .copyright {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 11px;
}

body.home-page-simple .footer .foundation span,
body.home-page-simple .footer-links,
body.home-page-simple .copyright {
  color: #aeb9b3 !important;
}

/* Purposeful reveal, disabled without JavaScript and for reduced motion. */
.js-home-story [data-home-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--gc-duration) ease, transform var(--gc-duration) var(--gc-ease);
}

.js-home-story [data-home-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-home-story .gc-principles li:nth-child(2) { transition-delay: .06s; }
.js-home-story .gc-principles li:nth-child(3) { transition-delay: .12s; }

@media (max-width: 1120px) {
  body.home-page-simple .wrap {
    width: min(960px, calc(100% - 48px));
  }

  .gc-hero-layout {
    grid-template-columns: minmax(0,1fr) 350px;
    gap: 48px;
  }

  .gc-thesis-intro,
  .gc-mechanism-head,
  .gc-token-brief {
    grid-template-columns: 120px minmax(0,1fr);
  }

  .gc-thesis-intro > p,
  .gc-mechanism-head > p,
  .gc-token-copy {
    grid-column: 2;
  }

  .gc-architecture-layout {
    grid-template-columns: minmax(250px,.58fr) minmax(0,1.42fr);
    gap: 60px;
  }

  .gc-layer {
    grid-template-columns: 38px minmax(160px,.75fr) minmax(190px,1fr);
  }

  .gc-layer > strong {
    display: none;
  }

  .gc-foundation-content {
    padding: 70px 54px;
  }

  .gc-home-cta-inner {
    grid-template-columns: 120px minmax(0,1fr) minmax(280px,.7fr);
  }
}

@media (max-width: 860px) {
  body.home-page-simple .wrap {
    width: calc(100% - 40px);
  }

  .gc-home-hero {
    min-height: auto;
    padding: 76px 0 54px;
  }

  .gc-hero-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .gc-round-wrap .private-round-card {
    max-width: 520px;
    margin: 0;
  }

  .gc-scroll-cue {
    display: none;
  }

  .gc-thesis-intro,
  .gc-mechanism-head,
  .gc-token-brief {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gc-thesis-intro > p,
  .gc-mechanism-head > p,
  .gc-token-copy {
    grid-column: auto;
  }

  .gc-principles {
    grid-template-columns: 1fr;
  }

  .gc-principles li,
  .gc-principles li + li {
    min-height: 0;
    padding: 28px 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(12,28,20,.18);
  }

  .gc-principles h3 {
    margin-top: 28px;
  }

  .gc-architecture-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .gc-architecture-heading {
    position: relative;
    top: auto;
  }

  .gc-layer {
    min-height: 150px;
    grid-template-columns: 36px minmax(0,.85fr) minmax(0,1.15fr);
    gap: 18px;
    opacity: .74;
  }

  .gc-layer.is-active {
    transform: none;
  }

  .gc-flow-visual svg {
    display: none;
  }

  .gc-flow-labels {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-left: 28px;
    border-top: 0;
    border-left: 1px solid rgba(113,226,174,.45);
  }

  .gc-flow-labels li,
  .gc-flow-labels li + li {
    position: relative;
    min-height: 0;
    padding: 24px 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .gc-flow-labels li::before {
    content: "";
    position: absolute;
    top: 29px;
    left: -33px;
    width: 9px;
    height: 9px;
    border: 2px solid #08140f;
    border-radius: 50%;
    background: var(--gc-green);
  }

  .gc-flow-labels h3 {
    margin-top: 15px;
  }

  .gc-foundation-story {
    grid-template-columns: 1fr;
  }

  .gc-foundation-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .gc-foundation-content {
    max-width: none;
    padding: 86px 40px 96px;
  }

  .gc-home-cta-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 68px;
  }

  .gc-cta-action {
    max-width: 520px;
    justify-self: start;
  }

  body.home-page-simple .footer-inner {
    width: calc(100% - 40px) !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding: 46px 0 26px !important;
  }

  body.home-page-simple .footer-links {
    justify-content: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  body.home-page-simple .wrap {
    width: calc(100% - 32px);
  }

  body.home-page-simple .nav-inner {
    min-height: 66px;
  }

  .gc-home-hero {
    padding-top: 62px;
  }

  .gc-hero-copy h1 {
    font-size: 56px;
    line-height: .88;
  }

  .gc-hero-copy h1 span {
    font-size: .58em;
  }

  .gc-hero-statement {
    margin-top: 28px;
    font-size: 25px;
  }

  .gc-hero-lead {
    font-size: 15px;
  }

  .gc-hero-actions {
    display: grid;
  }

  body.home-page-simple .gc-hero-actions .button {
    width: 100%;
  }

  .gc-round-wrap .private-round-card {
    padding: 26px;
  }

  .gc-thesis,
  .gc-architecture,
  .gc-mechanism,
  .gc-network-summary {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .gc-thesis-intro h2,
  .gc-architecture-heading h2,
  .gc-mechanism-head h2,
  .gc-foundation-content h2 {
    font-size: 42px;
  }

  .gc-layer {
    min-height: 0;
    grid-template-columns: 32px 1fr;
    padding: 28px 0;
  }

  .gc-layer p {
    grid-column: 2;
    margin-top: -8px;
  }

  .gc-foundation-visual {
    aspect-ratio: 4 / 3;
  }

  .gc-foundation-visual figcaption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .gc-foundation-content {
    padding: 74px 24px 84px;
  }

  .gc-logo-wall {
    width: calc(100% + 32px);
    margin-top: 66px;
    margin-left: -16px;
    -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
    mask-image: linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
  }

  .gc-logo-track {
    animation-duration: 22s;
  }

  .gc-logo-set {
    gap: 10px;
    padding-right: 10px;
  }

  .gc-logo-wall > span,
  .gc-logo-set > span {
    flex-basis: 132px;
    height: 112px;
    border-right: 0;
    border-bottom: 0;
  }

  .gc-logo-wall img {
    width: 38px;
    height: 38px;
  }

  .gc-supply strong {
    font-size: 48px;
  }

  .gc-token-copy h2,
  .gc-home-cta h2 {
    font-size: 39px;
  }

  body.home-page-simple .gc-home-cta .button {
    width: 100%;
  }

  .gc-cta-action .button {
    margin-top: 24px;
  }

  body.home-page-simple .footer-inner {
    width: calc(100% - 32px) !important;
  }

  body.home-page-simple .footer-links {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gc-scroll-cue i::after {
    animation: none;
    transform: none;
  }

  .js-home-story [data-home-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .gc-flow-motion {
    stroke-dashoffset: 0;
    transition: none;
  }

  .gc-foundation-visual img,
  .gc-logo-wall img,
  .gc-layer,
  body.home-page-simple .button {
    transition: none !important;
  }

  .gc-logo-wall {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: none;
  }

  .gc-logo-wall::-webkit-scrollbar {
    display: none;
  }

  .gc-logo-track {
    animation: none;
    transform: none;
  }

  .gc-logo-set[aria-hidden="true"] {
    display: none;
  }
}
