:root {
  --cybe-ink: #0a0c0b;
  --cybe-deep: #111412;
  --cybe-paper: #f0f1eb;
  --cybe-white: #fafbf6;
  --cybe-muted: #9da39b;
  --cybe-line: rgba(10, 12, 11, 0.18);
  --cybe-line-dark: rgba(250, 251, 246, 0.18);
  --cybe-signal: #c7ff44;
  --cybe-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --cybe-serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

html {
  scroll-behavior: smooth;
}

body.cybe-wordpress-home,
body.cybe-standalone {
  margin: 0;
  background: var(--cybe-paper);
  color: var(--cybe-ink);
  font-family: var(--cybe-sans);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}

.cybe-wordpress-home .site.grid-container,
.cybe-wordpress-home .site-content,
.cybe-wordpress-home .content-area,
.cybe-wordpress-home .site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.cybe-wordpress-home .site-content {
  display: block;
}

.cybe-wordpress-home #right-sidebar,
.cybe-wordpress-home .widget-area {
  display: none;
}

.cybe-wordpress-home .site-header {
  background: var(--cybe-ink);
  color: var(--cybe-white);
  border-bottom: 1px solid var(--cybe-line-dark);
}

.cybe-wordpress-home .site-header .inside-header {
  min-height: 72px;
  max-width: 1500px;
  padding: 14px clamp(22px, 4vw, 64px);
  box-sizing: border-box;
}

.cybe-wordpress-home .site-branding {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
}

.cybe-wordpress-home .main-title,
.cybe-wordpress-home .site-description {
  margin: 0;
}

.cybe-wordpress-home .site-description {
  margin-left: auto;
}

.cybe-wordpress-home .main-title,
.cybe-wordpress-home .main-title a,
.cybe-wordpress-home .site-description {
  color: var(--cybe-white);
}

.cybe-wordpress-home .main-title {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.cybe-wordpress-home .site-description {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cybe-wordpress-home .main-navigation,
.cybe-wordpress-home .main-navigation ul ul {
  background: var(--cybe-ink);
}

.cybe-wordpress-home .main-navigation a {
  color: var(--cybe-white);
}

.cybe-wordpress-home .site-info {
  background: var(--cybe-ink);
  color: var(--cybe-muted);
}

.cybe-publication,
.cybe-site-header,
.cybe-site-footer,
.cybe-publication *,
.cybe-site-header *,
.cybe-site-footer * {
  box-sizing: border-box;
}

.cybe-publication {
  width: 100%;
  max-width: none;
  margin: 0;
}

.cybe-publication h1,
.cybe-publication h2,
.cybe-publication h3,
.cybe-site-header,
.cybe-site-footer {
  font-family: var(--cybe-sans);
}

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

.cybe-publication a,
.cybe-site-header a,
.cybe-site-footer a {
  color: inherit;
  text-decoration: none;
}

.cybe-kicker {
  margin-bottom: 24px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cybe-hero {
  position: relative;
  min-height: calc(100svh - 73px);
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3.2vw, 48px);
  isolation: isolate;
  overflow: hidden;
  color: var(--cybe-white);
  background: var(--cybe-ink);
}

.cybe-hero-image,
.cybe-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cybe-hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.025) translate3d(0, var(--cybe-depth, 0), 0);
  will-change: transform;
}

.cybe-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.98) 0%, rgba(7, 9, 8, 0.9) 30%, rgba(7, 9, 8, 0.24) 68%, rgba(7, 9, 8, 0.48) 100%),
    linear-gradient(180deg, rgba(7, 9, 8, 0.48), transparent 45%, rgba(7, 9, 8, 0.66));
}

.cybe-hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.cybe-hero-brand {
  display: inline-block;
  font-size: clamp(3.6rem, 8.8vw, 9.4rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.085em;
}

.cybe-hero-brand span {
  color: var(--cybe-signal);
}

.cybe-hero-top > span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cybe-hero-top i,
.cybe-header-signal i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: var(--cybe-signal);
  box-shadow: 0 0 0 5px rgba(199, 255, 68, 0.15);
}

.cybe-hero-copy {
  width: min(720px, 88vw);
  padding: clamp(34px, 6vh, 58px) 0 clamp(22px, 4vh, 38px);
}

.cybe-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: var(--cybe-white);
  font-size: clamp(3rem, 6.2vw, 7rem);
  font-weight: 690;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.cybe-hero-copy > p:not(.cybe-kicker) {
  max-width: 580px;
  margin-bottom: 34px;
  color: rgba(250, 251, 246, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.5;
}

.cybe-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.cybe-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--cybe-signal);
  background: var(--cybe-signal);
  color: var(--cybe-ink) !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.cybe-button:hover,
.cybe-button:focus-visible {
  background: transparent;
  color: var(--cybe-white) !important;
  transform: translateY(-2px);
}

.cybe-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.cybe-text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform 180ms ease;
}

.cybe-text-link:hover::after,
.cybe-text-link:focus-visible::after {
  transform: scaleX(0.45);
}

.cybe-scroll {
  position: absolute;
  right: clamp(24px, 4vw, 64px);
  bottom: clamp(24px, 4vw, 58px);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.cybe-scroll b {
  width: 1px;
  height: 64px;
  display: block;
  background: linear-gradient(var(--cybe-signal), transparent);
}

.cybe-observe,
.cybe-home-posts,
.cybe-method,
.cybe-final {
  padding: clamp(80px, 12vw, 180px) clamp(24px, 6vw, 96px);
}

.cybe-observe {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(60px, 10vw, 170px);
}

.cybe-observe header {
  position: sticky;
  top: 40px;
  align-self: start;
}

.cybe-observe h2,
.cybe-method h2,
.cybe-home-posts h2,
.cybe-final h2 {
  margin-bottom: 26px;
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 650;
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.cybe-observe header > p:last-child,
.cybe-home-posts header > p:last-child {
  max-width: 440px;
  color: #565c56;
}

.cybe-observe ol,
.cybe-observe li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cybe-observe li {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 24px;
  align-items: start;
  padding: 34px 0 42px;
  border-top: 1px solid var(--cybe-line);
}

.cybe-observe li:last-child {
  border-bottom: 1px solid var(--cybe-line);
}

.cybe-observe li > span,
.cybe-sections > section > span {
  color: #6d736d;
  font: 700 0.72rem/1 var(--cybe-sans);
  letter-spacing: 0.1em;
}

.cybe-observe h3 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.4vw, 2.6rem);
  font-weight: 650;
  letter-spacing: -0.045em;
}

.cybe-observe li p {
  margin-bottom: 0;
  color: #515750;
}

.cybe-observe li > a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--cybe-line);
  border-radius: 50%;
  transition: transform 180ms ease, background 180ms ease;
}

.cybe-observe li:hover > a,
.cybe-observe li > a:focus-visible {
  background: var(--cybe-signal);
  transform: rotate(45deg);
}

.cybe-method {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(420px, 0.9fr);
  gap: clamp(60px, 12vw, 190px);
  color: var(--cybe-white);
  background: var(--cybe-deep);
}

.cybe-method h2 {
  color: var(--cybe-signal);
}

.cybe-method-copy > p {
  max-width: 620px;
  margin-bottom: 64px;
  color: rgba(250, 251, 246, 0.76);
  font-family: var(--cybe-serif);
  font-size: clamp(1.4rem, 2.5vw, 2.45rem);
  line-height: 1.35;
}

.cybe-method dl,
.cybe-method dl div {
  margin: 0;
}

.cybe-method dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  padding: 20px 0;
  border-top: 1px solid var(--cybe-line-dark);
}

.cybe-method dt {
  color: var(--cybe-signal);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cybe-method dd {
  margin: 0;
  color: rgba(250, 251, 246, 0.76);
}

.cybe-home-posts {
  color: var(--cybe-ink);
  background: var(--cybe-white);
}

.cybe-home-posts > header {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(380px, 1fr);
  gap: 20px clamp(40px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(60px, 9vw, 120px);
}

.cybe-home-posts > header .cybe-kicker {
  grid-row: 1 / span 2;
  align-self: start;
}

.cybe-home-posts > header h2,
.cybe-home-posts > header p:last-child {
  grid-column: 2;
}

.cybe-post-list {
  border-top: 1px solid var(--cybe-line);
}

.cybe-home-post {
  display: block;
  opacity: 1;
  visibility: visible;
  padding: clamp(34px, 5vw, 68px) 0;
  border-bottom: 1px solid var(--cybe-line);
}

.cybe-home-post-has-media {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1.28fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: start;
}

.cybe-post-media {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: var(--cybe-deep);
}

.cybe-post-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2, .65, .3, 1);
}

.cybe-home-post:hover .cybe-post-media img {
  transform: scale(1.035);
}

.cybe-post-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  color: #6f756f;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cybe-post-body h3 {
  max-width: 920px;
  margin-bottom: 26px;
  font-size: clamp(2rem, 4vw, 4.7rem);
  font-weight: 620;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.cybe-post-body h3 a {
  transition: color 180ms ease;
}

.cybe-post-body h3 a:hover,
.cybe-post-body h3 a:focus-visible {
  color: #536d13;
}

.cybe-post-preview {
  max-width: 760px;
  color: #444a44;
}

.cybe-post-preview a {
  text-decoration: underline;
  text-decoration-color: #8eb52f;
  text-underline-offset: 3px;
}

.cybe-post-preview > *:last-child {
  margin-bottom: 28px;
}

.cybe-final {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--cybe-ink);
  background: var(--cybe-signal);
}

.cybe-final h2 {
  max-width: 1100px;
}

.cybe-button-light {
  border-color: var(--cybe-ink);
  background: var(--cybe-ink);
  color: var(--cybe-white) !important;
}

.cybe-button-light:hover,
.cybe-button-light:focus-visible {
  color: var(--cybe-ink) !important;
}

.cybe-site-header,
.cybe-site-footer {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) auto minmax(180px, 0.7fr);
  gap: 30px;
  align-items: center;
  padding: 20px clamp(24px, 4vw, 68px);
  color: var(--cybe-white);
  background: var(--cybe-ink);
}

.cybe-site-header {
  position: relative;
  z-index: 10;
  min-height: 78px;
  border-bottom: 1px solid var(--cybe-line-dark);
}

.cybe-wordmark {
  font-weight: 900;
  letter-spacing: -0.055em;
}

.cybe-wordmark b {
  color: var(--cybe-signal);
}

.cybe-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.7vw, 42px);
}

.cybe-nav a,
.cybe-header-signal {
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cybe-nav a {
  position: relative;
}

.cybe-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--cybe-signal);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.cybe-nav a:hover::after,
.cybe-nav a:focus-visible::after {
  transform: scaleX(1);
}

.cybe-header-signal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cybe-site-footer {
  min-height: 180px;
  border-top: 1px solid var(--cybe-line-dark);
}

.cybe-site-footer p {
  margin: 0;
  color: var(--cybe-muted);
  text-align: center;
}

.cybe-site-footer > a:last-child {
  justify-self: end;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cybe-route-hero {
  min-height: min(760px, calc(100svh - 78px));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(90px, 12vw, 170px) clamp(24px, 8vw, 130px) clamp(70px, 9vw, 130px);
  color: var(--cybe-white);
  background:
    radial-gradient(circle at 82% 18%, rgba(199, 255, 68, 0.13), transparent 25%),
    linear-gradient(145deg, #0a0c0b 0%, #151a16 100%);
}

.cybe-route-hero h1 {
  max-width: 1180px;
  margin-bottom: 30px;
  color: var(--cybe-white);
  font-size: clamp(3.1rem, 7.4vw, 8.7rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.cybe-route-hero > p:not(.cybe-kicker) {
  max-width: 720px;
  margin-bottom: 44px;
  color: rgba(250, 251, 246, 0.72);
  font-family: var(--cybe-serif);
  font-size: clamp(1.3rem, 2.2vw, 2.15rem);
  line-height: 1.4;
}

.cybe-route-hero > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  color: var(--cybe-muted);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cybe-article-body {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) minmax(500px, 1fr);
  gap: clamp(50px, 11vw, 180px);
  padding: clamp(80px, 12vw, 180px) clamp(24px, 8vw, 130px);
}

.cybe-article-body > aside {
  position: sticky;
  top: 40px;
  align-self: start;
}

.cybe-article-body > aside p {
  margin-bottom: 12px;
  color: #747a73;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.cybe-article-body > aside strong {
  display: block;
  font-family: var(--cybe-serif);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.35;
}

.cybe-sections > section {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 26px;
  padding: 38px 0 56px;
  border-top: 1px solid var(--cybe-line);
}

.cybe-sections > section:last-child {
  border-bottom: 1px solid var(--cybe-line);
}

.cybe-sections h2 {
  max-width: 840px;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.2vw, 4.7rem);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.055em;
}

.cybe-sections p {
  max-width: 760px;
  margin-bottom: 0;
  color: #454b45;
  font-family: var(--cybe-serif);
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  line-height: 1.55;
}

.cybe-related {
  padding: clamp(70px, 10vw, 140px) clamp(24px, 8vw, 130px);
  color: var(--cybe-white);
  background: var(--cybe-deep);
}

.cybe-related > div {
  border-top: 1px solid var(--cybe-line-dark);
}

.cybe-related a {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 0;
  border-bottom: 1px solid var(--cybe-line-dark);
  font-size: clamp(1.35rem, 2.6vw, 2.8rem);
  font-weight: 620;
  letter-spacing: -0.04em;
  transition: color 180ms ease, padding 180ms ease;
}

.cybe-related a:hover,
.cybe-related a:focus-visible {
  padding-left: 14px;
  color: var(--cybe-signal);
}

.cybe-health-note {
  padding: clamp(55px, 8vw, 100px) clamp(24px, 8vw, 130px);
  color: var(--cybe-ink);
  background: var(--cybe-signal);
}

.cybe-health-note p {
  max-width: 1050px;
  margin: 0;
  font-family: var(--cybe-serif);
  font-size: clamp(1.45rem, 3vw, 3.2rem);
  line-height: 1.3;
}

.cybe-health-sections {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 130px);
}

.cybe-gone .cybe-route-hero {
  min-height: calc(100svh - 78px);
}

@media (max-width: 980px) {
  .cybe-observe,
  .cybe-method,
  .cybe-article-body {
    grid-template-columns: 1fr;
  }

  .cybe-observe header,
  .cybe-article-body > aside {
    position: static;
  }

  .cybe-site-header {
    grid-template-columns: 1fr auto;
  }

  .cybe-site-header .cybe-nav {
    display: none;
  }

  .cybe-home-posts > header {
    grid-template-columns: 1fr;
  }

  .cybe-home-posts > header .cybe-kicker,
  .cybe-home-posts > header h2,
  .cybe-home-posts > header p:last-child {
    grid-row: auto;
    grid-column: 1;
  }
}

@media (max-width: 720px) {
  body.cybe-wordpress-home,
  body.cybe-standalone {
    font-size: 16px;
  }

  .cybe-wordpress-home .site-header .inside-header {
    min-height: 62px;
    padding: 10px 20px;
  }

  .cybe-wordpress-home .site-description {
    display: none;
  }

  .cybe-hero {
    min-height: calc(100svh - 62px);
    padding: 22px;
  }

  .cybe-hero-image {
    object-position: 62% center;
  }

  .cybe-hero-shade {
    background: linear-gradient(90deg, rgba(7, 9, 8, 0.97) 0%, rgba(7, 9, 8, 0.74) 62%, rgba(7, 9, 8, 0.55) 100%);
  }

  .cybe-hero-top {
    display: block;
  }

  .cybe-hero-brand {
    font-size: clamp(3rem, 14.5vw, 4rem);
    letter-spacing: -0.09em;
  }

  .cybe-hero-top > span {
    margin-top: 18px;
  }

  .cybe-hero-copy {
    width: 100%;
    padding: 30px 0 28px;
  }

  .cybe-hero-copy h1 {
    font-size: clamp(2.75rem, 13vw, 4.6rem);
  }

  .cybe-scroll {
    display: none;
  }

  .cybe-observe,
  .cybe-home-posts,
  .cybe-method,
  .cybe-final,
  .cybe-article-body,
  .cybe-related,
  .cybe-health-sections {
    padding-right: 22px;
    padding-left: 22px;
  }

  .cybe-observe h2,
  .cybe-method h2,
  .cybe-home-posts h2,
  .cybe-final h2 {
    font-size: clamp(2.7rem, 13vw, 4.5rem);
  }

  .cybe-observe li {
    grid-template-columns: 34px 1fr;
    gap: 16px;
  }

  .cybe-observe li > a {
    grid-column: 2;
  }

  .cybe-method dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cybe-home-post-has-media {
    grid-template-columns: 1fr;
  }

  .cybe-post-body h3 {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

  .cybe-site-header,
  .cybe-site-footer {
    padding: 18px 22px;
  }

  .cybe-site-header {
    min-height: 68px;
  }

  .cybe-header-signal {
    font-size: 0;
  }

  .cybe-header-signal i {
    margin-right: 5px;
  }

  .cybe-site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .cybe-site-footer p {
    text-align: left;
  }

  .cybe-site-footer > a:last-child {
    justify-self: start;
  }

  .cybe-route-hero {
    min-height: calc(100svh - 68px);
    padding: 80px 22px 60px;
  }

  .cybe-route-hero h1 {
    font-size: clamp(2.9rem, 14vw, 5.3rem);
  }

  .cybe-article-body {
    gap: 50px;
  }

  .cybe-sections > section {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }
}

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

  .cybe-hero-image,
  .cybe-post-media img,
  .cybe-button,
  .cybe-related a,
  .cybe-observe li > a {
    transition: none !important;
    transform: none !important;
  }
}
