:root {
  --cuh-ink: #0d0f0c;
  --cuh-paper: #f4f1e8;
  --cuh-gold: #f5c25f;
  --cuh-green: #65bd49;
  --cuh-orange: #f36b0a;
  --cuh-muted: #a6aa9f;
  --cuh-line: rgba(255, 255, 255, 0.14);
}

.cuh-page .site-main,
.cuh-page .entry-content,
.cuh-page .ct-container-full {
  max-width: none;
  padding: 0;
  margin: 0;
}

.cuh-page .hero-section,
.cuh-page .entry-header {
  display: none;
}

.cuh-root,
.cuh-root *,
.cuh-root *::before,
.cuh-root *::after {
  box-sizing: border-box;
}

.cuh-root {
  position: relative;
  width: 100vw;
  max-width: none;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  background: var(--cuh-ink);
  color: var(--cuh-paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.cuh-root a {
  color: inherit;
  text-decoration: none;
}

.cuh-root button,
.cuh-root input {
  font: inherit;
}

.cuh-grid {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 980px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 95%);
  pointer-events: none;
}

.cuh-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  padding: 18px 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.cuh-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.15;
}

.cuh-brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--cuh-gold);
  border-radius: 50%;
  color: var(--cuh-gold);
  font-size: 10px;
  letter-spacing: 0;
}

.cuh-nav {
  display: flex;
  gap: 34px;
  color: #c0c3ba;
  font-size: 13px;
}

.cuh-nav a,
.cuh-text-link {
  transition: color 180ms ease;
}

.cuh-nav a:hover,
.cuh-text-link:hover {
  color: var(--cuh-gold);
}

.cuh-header-cta {
  justify-self: end;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 13px;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.cuh-header-cta:hover {
  border-color: var(--cuh-gold);
  background: var(--cuh-gold);
  color: var(--cuh-ink);
}

.cuh-hero {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 880px;
  flex-direction: column;
  align-items: center;
  padding: 110px 24px 80px;
  text-align: center;
}

.cuh-hero::before {
  position: absolute;
  z-index: -2;
  top: 90px;
  left: 50%;
  width: 740px;
  height: 560px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 48%, rgba(245, 194, 95, 0.16), transparent 55%),
    radial-gradient(circle at 65% 62%, rgba(101, 189, 73, 0.11), transparent 48%);
  content: "";
  filter: blur(70px);
  transform: translateX(-50%);
}

.cuh-orbit {
  position: absolute;
  z-index: -1;
  left: 50%;
  border: 1px solid rgba(245, 194, 95, 0.17);
  border-radius: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.cuh-orbit::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cuh-green);
  box-shadow: 0 0 18px rgba(101, 189, 73, 0.85);
  content: "";
}

.cuh-orbit-a {
  top: 32px;
  width: 760px;
  height: 760px;
}

.cuh-orbit-a::after {
  top: 126px;
  right: 90px;
}

.cuh-orbit-b {
  top: 145px;
  width: 540px;
  height: 540px;
}

.cuh-orbit-b::after {
  bottom: 54px;
  left: 74px;
  background: var(--cuh-gold);
  box-shadow: 0 0 18px rgba(245, 194, 95, 0.8);
}

.cuh-kicker,
.cuh-overline {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cuh-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: #d1d4ca;
}

.cuh-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cuh-green);
  box-shadow: 0 0 15px var(--cuh-green);
}

.cuh-hero h1 {
  max-width: 1050px;
  margin: 0;
  color: var(--cuh-paper);
  font-size: clamp(65px, 9vw, 132px);
  font-weight: 580;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.cuh-hero h1 em {
  color: var(--cuh-gold);
  font-weight: 360;
}

.cuh-lead {
  max-width: 680px;
  margin: 34px auto 0;
  color: #b9bdb3;
  font-size: 18px;
  line-height: 1.7;
}

.cuh-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}

.cuh-button {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.cuh-button-primary {
  background: var(--cuh-gold);
  color: var(--cuh-ink) !important;
}

.cuh-button:hover {
  box-shadow: 0 14px 44px rgba(245, 194, 95, 0.19);
  transform: translateY(-2px);
}

.cuh-text-link {
  color: #ced0c9;
  font-size: 14px;
}

.cuh-console {
  width: min(780px, 92vw);
  margin-top: 62px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 12, 9, 0.92);
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.42);
  text-align: left;
  backdrop-filter: blur(12px);
}

.cuh-console-top,
.cuh-console-foot {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 12px 16px;
  color: #757b70;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cuh-console-top {
  border-bottom: 1px solid var(--cuh-line);
}

.cuh-console-dots {
  display: flex;
  gap: 5px;
}

.cuh-console-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #44483f;
}

.cuh-live {
  justify-self: end;
  color: var(--cuh-green);
}

.cuh-console-body {
  padding: 22px 0;
}

.cuh-console-body > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  min-height: 42px;
  align-items: center;
  padding-right: 26px;
  color: #959a8f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
}

.cuh-console-body b {
  color: #4f544b;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.cuh-console-body strong {
  color: var(--cuh-gold);
  font-size: 15px;
}

.cuh-console-body .cuh-ok {
  color: var(--cuh-green);
}

.cuh-console-foot {
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--cuh-line);
}

.cuh-console-foot span:last-child {
  justify-self: end;
}

.cuh-signal {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-around;
  gap: 26px;
  overflow: hidden;
  padding: 18px 4vw;
  background: var(--cuh-gold);
  color: #171811;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.cuh-signal i {
  color: rgba(13, 15, 12, 0.38);
  font-size: 7px;
}

.cuh-featured,
.cuh-catalogue,
.cuh-bridge {
  padding: 120px 6vw;
}

.cuh-featured {
  background: var(--cuh-paper);
  color: var(--cuh-ink);
}

.cuh-section-heading,
.cuh-catalogue-head {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 68px;
}

.cuh-overline {
  margin-bottom: 20px;
  color: #73776d;
}

.cuh-section-heading h2,
.cuh-catalogue-head h2,
.cuh-bridge h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(46px, 6vw, 86px);
  font-weight: 540;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.cuh-section-heading > p {
  max-width: 440px;
  margin: 0;
  color: #686c63;
  font-size: 16px;
  line-height: 1.7;
}

.cuh-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cbc8bd;
  border-left: 1px solid #cbc8bd;
}

.cuh-feature-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid #cbc8bd;
  border-bottom: 1px solid #cbc8bd;
  color: var(--cuh-ink) !important;
  transition:
    background 200ms ease,
    color 200ms ease;
}

.cuh-feature-card:hover {
  background: #e9e4d6;
}

.cuh-number {
  color: #85897f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
}

.cuh-glyph {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  margin: 40px auto 34px;
  place-items: center;
  border: 1px solid #c1beb3;
  border-radius: 50%;
  transition: transform 220ms ease;
}

.cuh-feature-card:hover .cuh-glyph {
  transform: rotate(10deg);
}

.cuh-glyph::before,
.cuh-glyph::after,
.cuh-glyph i {
  position: absolute;
  display: block;
  content: "";
}

.cuh-glyph::before {
  width: 46px;
  height: 46px;
  border: 1px solid var(--cuh-ink);
}

.cuh-glyph::after {
  width: 13px;
  height: 13px;
  background: var(--cuh-green);
}

.cuh-glyph i {
  width: 1px;
  height: 76px;
  background: #aaa99f;
  transform: rotate(45deg);
}

.cuh-chip {
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 8px;
  border: 1px solid #c1beb3;
  border-radius: 999px;
  color: #6e7269;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cuh-feature-card h3 {
  margin: 0 0 9px;
  color: inherit;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.cuh-feature-card p {
  max-width: 330px;
  margin: 0;
  color: #686c63;
  font-size: 14px;
  line-height: 1.65;
}

.cuh-arrow {
  position: absolute;
  right: 24px;
  bottom: 22px;
  font-size: 20px;
}

.cuh-catalogue {
  background: #151813;
}

.cuh-catalogue-head {
  color: var(--cuh-paper);
}

.cuh-search {
  position: relative;
  display: block;
}

.cuh-search input {
  width: 100%;
  height: 52px;
  padding: 0 48px 0 16px;
  border: 1px solid #3b4037;
  border-radius: 0;
  outline: none;
  background: #0f110e;
  color: var(--cuh-paper);
  box-shadow: none;
  font-size: 14px;
}

.cuh-search input::placeholder {
  color: #777d71;
}

.cuh-search input:focus {
  border-color: var(--cuh-gold);
}

.cuh-search > span:not(.screen-reader-text) {
  position: absolute;
  top: 50%;
  right: 17px;
  color: var(--cuh-gold);
  font-size: 22px;
  transform: translateY(-50%);
}

.cuh-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 36px;
}

.cuh-filters button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #3d4239;
  border-radius: 999px;
  background: transparent;
  color: #afb3aa;
  cursor: pointer;
  font-size: 12px;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.cuh-filters button:hover,
.cuh-filters button.is-active {
  border-color: var(--cuh-gold);
  background: var(--cuh-gold);
  color: var(--cuh-ink);
}

.cuh-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--cuh-line);
  border-left: 1px solid var(--cuh-line);
}

.cuh-tool-card {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 25px;
  border-right: 1px solid var(--cuh-line);
  border-bottom: 1px solid var(--cuh-line);
  background: #151813;
  transition: background 180ms ease;
}

.cuh-tool-card[hidden] {
  display: none;
}

.cuh-tool-card:hover {
  background: #1c2019;
}

.cuh-tool-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  color: #73796e;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cuh-tool-meta span:last-child {
  color: var(--cuh-gold);
}

.cuh-tool-card h3 {
  margin: 0 0 10px;
  color: var(--cuh-paper);
  font-size: 21px;
  font-weight: 580;
  letter-spacing: -0.025em;
}

.cuh-tool-card p {
  margin: 0 0 26px;
  color: #959b90;
  font-size: 13px;
  line-height: 1.65;
}

.cuh-tool-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--cuh-line);
  color: #c8cbc3;
  font-size: 12px;
}

.cuh-tool-card > a:hover {
  color: var(--cuh-green);
}

.cuh-empty {
  padding: 70px 20px;
  border: 1px solid var(--cuh-line);
  color: #969b90;
  text-align: center;
}

.cuh-bridge {
  position: relative;
  overflow: hidden;
  background: var(--cuh-gold);
  color: var(--cuh-ink);
  text-align: center;
}

.cuh-bridge::before {
  position: absolute;
  top: -350px;
  left: 50%;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(13, 15, 12, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 100px rgba(13, 15, 12, 0.035),
    0 0 0 200px rgba(13, 15, 12, 0.025);
  content: "";
  transform: translateX(-50%);
}

.cuh-bridge .cuh-overline {
  position: relative;
  color: #645221;
}

.cuh-bridge h2 {
  position: relative;
}

.cuh-bridge > p:not(.cuh-overline) {
  position: relative;
  max-width: 650px;
  margin: 28px auto 48px;
  color: #5f5022;
  font-size: 16px;
  line-height: 1.7;
}

.cuh-bridge-sites {
  position: relative;
  display: grid;
  max-width: 980px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  border-top: 1px solid rgba(13, 15, 12, 0.32);
  border-left: 1px solid rgba(13, 15, 12, 0.32);
  text-align: left;
}

.cuh-bridge-sites a {
  position: relative;
  display: grid;
  min-height: 170px;
  grid-template-columns: 48px 1fr;
  align-content: center;
  padding: 26px;
  border-right: 1px solid rgba(13, 15, 12, 0.32);
  border-bottom: 1px solid rgba(13, 15, 12, 0.32);
  color: var(--cuh-ink);
  transition: background 180ms ease;
}

.cuh-bridge-sites a:hover {
  background: rgba(255, 255, 255, 0.18);
}

.cuh-bridge-sites span {
  grid-row: 1 / 3;
  color: rgba(13, 15, 12, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
}

.cuh-bridge-sites strong {
  font-size: 18px;
}

.cuh-bridge-sites small {
  color: #655625;
}

.cuh-bridge-sites i {
  position: absolute;
  right: 24px;
  bottom: 22px;
  font-size: 20px;
}

.cuh-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 38px 5vw;
  color: #8f9489;
  font-size: 11px;
}

.cuh-footer p {
  margin: 0;
}

.cuh-footer > a:last-child {
  justify-self: end;
}

@media (max-width: 900px) {
  .cuh-header {
    grid-template-columns: 1fr auto;
    padding: 16px 20px;
  }

  .cuh-nav {
    display: none;
  }

  .cuh-hero {
    min-height: auto;
    padding-top: 90px;
  }

  .cuh-hero h1 {
    font-size: clamp(60px, 17vw, 96px);
  }

  .cuh-lead {
    font-size: 16px;
  }

  .cuh-featured,
  .cuh-catalogue,
  .cuh-bridge {
    padding: 82px 22px;
  }

  .cuh-section-heading,
  .cuh-catalogue-head {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 44px;
  }

  .cuh-feature-grid,
  .cuh-tool-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cuh-bridge-sites {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .cuh-header-cta {
    padding: 9px 12px;
  }

  .cuh-hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .cuh-actions {
    flex-direction: column;
    gap: 20px;
  }

  .cuh-console-top {
    grid-template-columns: 1fr 1fr;
  }

  .cuh-console-top > span:nth-child(2) {
    display: none;
  }

  .cuh-console-foot {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .cuh-console-foot span:last-child {
    justify-self: start;
  }

  .cuh-feature-grid,
  .cuh-tool-grid {
    grid-template-columns: 1fr;
  }

  .cuh-feature-card {
    min-height: 360px;
  }

  .cuh-tool-card {
    min-height: 250px;
  }

  .cuh-signal {
    justify-content: flex-start;
  }

  .cuh-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .cuh-footer > a:last-child {
    justify-self: center;
  }
}

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

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

