/*
Theme Name: Symbiokinetic AI
Theme URI: https://symbiokinetic.com/
Author: OpenAI
Author URI: https://openai.com/
Description: A cinematic knowledge-resource WordPress theme for AI Symbiokinetics and Symbiokinetic AI. Built for field notes, resource libraries, protocols, glossaries, and living-system AI research hubs.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: symbiokinetic-ai
Tags: blog, education, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks, block-styles, full-width-template
*/

:root {
  --sym-ink: #07120f;
  --sym-ink-soft: #12231d;
  --sym-panel: rgba(8, 22, 18, 0.82);
  --sym-panel-strong: rgba(13, 35, 29, 0.94);
  --sym-line: rgba(178, 255, 212, 0.2);
  --sym-line-bright: rgba(165, 255, 208, 0.48);
  --sym-text: #edfdf5;
  --sym-muted: #b7d5c7;
  --sym-muted-2: #85ab9b;
  --sym-green: #6cffb3;
  --sym-mint: #9ffff3;
  --sym-coral: #ff8c6a;
  --sym-gold: #f7d36b;
  --sym-blue: #7aa8ff;
  --sym-violet: #b884ff;
  --sym-radius-xl: 34px;
  --sym-radius-lg: 24px;
  --sym-radius-md: 16px;
  --sym-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --sym-shadow-soft: 0 22px 50px rgba(0, 0, 0, 0.25);
  --sym-max: 1180px;
  --sym-grid: linear-gradient(rgba(159, 255, 243, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(159, 255, 243, 0.07) 1px, transparent 1px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(108, 255, 179, 0.16), transparent 35%),
    radial-gradient(circle at 90% 8%, rgba(255, 140, 106, 0.13), transparent 35%),
    radial-gradient(circle at 50% 100%, rgba(122, 168, 255, 0.14), transparent 36%),
    var(--sym-ink);
  color: var(--sym-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  min-height: 100vh;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: var(--sym-grid);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.85), transparent 78%);
}

body:after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.04), transparent 32%, rgba(108,255,179,0.03) 56%, transparent 75%),
    radial-gradient(circle at 50% 15%, rgba(255,255,255,0.04), transparent 26%);
}

img, svg, video, canvas {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--sym-mint);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

a:hover,
a:focus-visible {
  color: var(--sym-green);
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
input[type="submit"],
.wp-block-button__link,
.sym-button {
  cursor: pointer;
}

p {
  margin: 0 0 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #f6fff9;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 0.85rem;
}

h1 {
  font-size: clamp(3rem, 8vw, 7.7rem);
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

h3 {
  font-size: clamp(1.35rem, 3vw, 2.1rem);
}

h4 {
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

hr {
  border: 0;
  border-top: 1px solid var(--sym-line);
  margin: 2.5rem 0;
}

blockquote {
  margin: 2rem 0;
  padding: 1.4rem 1.6rem;
  border-left: 4px solid var(--sym-green);
  background: rgba(108, 255, 179, 0.08);
  border-radius: 0 var(--sym-radius-md) var(--sym-radius-md) 0;
  color: #effff7;
}

pre,
code,
kbd {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

pre {
  overflow: auto;
  padding: 1.2rem;
  border: 1px solid var(--sym-line);
  border-radius: var(--sym-radius-md);
  background: rgba(0, 0, 0, 0.28);
}

.screen-reader-text,
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 0.75rem 1rem;
  z-index: 100000;
  border-radius: 999px;
  background: var(--sym-green);
  color: var(--sym-ink);
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.sym-wrap,
.site-main,
.footer-inner,
.header-inner {
  width: min(100% - 40px, var(--sym-max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(178, 255, 212, 0.12);
  background: rgba(4, 15, 12, 0.76);
  backdrop-filter: blur(20px);
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 0.82rem;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  position: relative;
  flex: 0 0 auto;
  border: 1px solid rgba(108, 255, 179, 0.42);
  border-radius: 15px;
  background:
    radial-gradient(circle at 60% 20%, rgba(255, 211, 107, 0.38), transparent 30%),
    linear-gradient(135deg, rgba(108, 255, 179, 0.22), rgba(122, 168, 255, 0.13));
  box-shadow: 0 0 35px rgba(108, 255, 179, 0.18);
}

.brand-mark:before,
.brand-mark:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(159, 255, 243, 0.68);
  border-radius: 999px;
  inset: 10px 5px;
  transform: rotate(33deg);
}

.brand-mark:after {
  transform: rotate(-33deg);
  border-color: rgba(255, 140, 106, 0.58);
}

.brand-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sym-green);
  box-shadow: 0 0 18px var(--sym-green);
  z-index: 1;
}

.site-title {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.site-title a {
  color: var(--sym-text);
  text-decoration: none;
}

.site-description {
  margin: 0.18rem 0 0;
  color: var(--sym-muted-2);
  font-size: 0.78rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.main-navigation {
  justify-self: end;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--sym-line);
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: var(--sym-text);
}

.main-navigation ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.24rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-navigation a {
  display: block;
  padding: 0.72rem 0.88rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--sym-muted);
  text-decoration: none;
  font-size: 0.95rem;
}

.main-navigation a:hover,
.main-navigation a:focus-visible,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: var(--sym-text);
  border-color: var(--sym-line);
  background: rgba(255,255,255,0.05);
}

.header-search {
  display: flex;
  justify-content: end;
}

.header-search a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(108,255,179,0.32);
  background: rgba(108,255,179,0.08);
  color: var(--sym-green);
  text-decoration: none;
  white-space: nowrap;
}

.header-search a:hover {
  transform: translateY(-1px);
  background: rgba(108,255,179,0.14);
}

.site-main {
  flex: 1;
}

.sym-section {
  position: relative;
  padding: clamp(4rem, 9vw, 7.5rem) 0;
}

.sym-section.compact {
  padding: clamp(2.4rem, 6vw, 4.8rem) 0;
}

.sym-hero {
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 6.8rem);
}

.sym-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(2rem, 7vw, 5rem);
  align-items: center;
}

.sym-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--sym-green);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sym-kicker:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--sym-coral);
  box-shadow: 0 0 18px rgba(255, 140, 106, 0.9);
}

.sym-hero h1 {
  max-width: 10ch;
  text-wrap: balance;
}

.sym-gradient-text {
  color: transparent;
  background: linear-gradient(90deg, #f6fff9 0%, var(--sym-green) 34%, var(--sym-mint) 68%, var(--sym-coral) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.sym-lede {
  color: var(--sym-muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  max-width: 62ch;
}

.sym-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.sym-button,
.wp-block-button__link,
button,
input[type="submit"] {
  border: 0;
  border-radius: 999px;
  padding: 0.92rem 1.22rem;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.1;
}

.sym-button.primary,
.wp-block-button__link,
input[type="submit"] {
  color: #03120d;
  background: linear-gradient(135deg, var(--sym-green), var(--sym-mint));
  box-shadow: 0 16px 38px rgba(108, 255, 179, 0.2);
}

.sym-button.secondary {
  color: var(--sym-text);
  border: 1px solid var(--sym-line-bright);
  background: rgba(255,255,255,0.06);
}

.sym-button.ghost {
  color: var(--sym-green);
  border: 1px solid rgba(108,255,179,0.28);
  background: rgba(108,255,179,0.06);
}

.sym-button:hover,
.sym-button:focus-visible,
.wp-block-button__link:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
}

.sym-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2.2rem;
}

.sym-metric {
  padding: 1rem;
  border: 1px solid var(--sym-line);
  border-radius: 18px;
  background: rgba(255,255,255,0.045);
}

.sym-metric strong {
  display: block;
  color: var(--sym-green);
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.sym-metric span {
  display: block;
  margin-top: 0.35rem;
  color: var(--sym-muted-2);
  font-size: 0.78rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sym-orbit-card {
  position: relative;
  min-height: 590px;
  border: 1px solid rgba(178, 255, 212, 0.16);
  border-radius: var(--sym-radius-xl);
  background:
    radial-gradient(circle at 50% 42%, rgba(108,255,179,0.20), transparent 26%),
    radial-gradient(circle at 70% 14%, rgba(255,140,106,0.16), transparent 20%),
    linear-gradient(150deg, rgba(255,255,255,0.1), rgba(255,255,255,0.025));
  box-shadow: var(--sym-shadow);
  overflow: hidden;
}

.sym-orbit-card:before {
  content: "";
  position: absolute;
  inset: -32%;
  background: conic-gradient(from 100deg, transparent 0 18%, rgba(108,255,179,0.12) 23%, transparent 32% 56%, rgba(255,140,106,0.13) 64%, transparent 72% 100%);
  animation: sym-spin 28s linear infinite;
}

.sym-orbit-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 72%);
}

.sym-orbit-core {
  position: absolute;
  inset: 15%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(159, 255, 243, 0.22);
  background: radial-gradient(circle at 50% 50%, rgba(8,22,18,0.12), rgba(8,22,18,0.64));
  z-index: 2;
}

.sym-orbit-core:before,
.sym-orbit-core:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(159, 255, 243, 0.32);
}

.sym-orbit-core:before {
  inset: 9%;
  transform: rotate(22deg) scaleX(1.25);
}

.sym-orbit-core:after {
  inset: 21%;
  transform: rotate(-29deg) scaleX(1.45);
  border-color: rgba(255, 140, 106, 0.34);
}

.sym-core-label {
  position: relative;
  z-index: 3;
  width: min(72%, 260px);
  padding: 1.25rem;
  border: 1px solid rgba(108,255,179,0.34);
  border-radius: 24px;
  background: rgba(5,16,13,0.72);
  backdrop-filter: blur(12px);
  text-align: center;
}

.sym-core-label strong {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.sym-core-label span {
  color: var(--sym-muted-2);
  font-size: 0.84rem;
}

.sym-node {
  position: absolute;
  z-index: 4;
  width: 165px;
  padding: 1rem;
  border: 1px solid var(--sym-line);
  border-radius: 20px;
  background: rgba(3, 18, 13, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}

.sym-node b {
  display: block;
  color: var(--sym-text);
  line-height: 1.2;
}

.sym-node span {
  display: block;
  margin-top: 0.3rem;
  color: var(--sym-muted-2);
  font-size: 0.78rem;
  line-height: 1.35;
}

.sym-node:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sym-green);
  box-shadow: 0 0 20px var(--sym-green);
  top: 1rem;
  right: 1rem;
}

.sym-node.one { top: 7%; left: 8%; }
.sym-node.two { top: 14%; right: 7%; }
.sym-node.three { bottom: 13%; left: 8%; }
.sym-node.four { right: 8%; bottom: 9%; }
.sym-node.five { left: 50%; bottom: 4%; transform: translateX(-50%); }

@keyframes sym-spin {
  to { transform: rotate(360deg); }
}

.sym-panel {
  border: 1px solid var(--sym-line);
  border-radius: var(--sym-radius-xl);
  background: var(--sym-panel);
  box-shadow: var(--sym-shadow-soft);
  backdrop-filter: blur(18px);
}

.sym-section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(260px, 0.45fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: 2.2rem;
}

.sym-section-header p {
  color: var(--sym-muted);
  margin: 0;
}

.sym-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.sym-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.78rem;
  border: 1px solid var(--sym-line);
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: var(--sym-muted);
  text-decoration: none;
  font-size: 0.9rem;
}

.sym-pill:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sym-coral);
}

.sym-search-lab {
  padding: clamp(1.2rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.sym-search-lab h2 {
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  margin-bottom: 0.45rem;
}

.sym-search-lab p {
  color: var(--sym-muted);
  margin: 0;
}

.search-form {
  display: flex;
  gap: 0.65rem;
  width: 100%;
}

.search-form label {
  flex: 1;
}

.search-field,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  min-height: 48px;
  padding: 0.84rem 1rem;
  border: 1px solid var(--sym-line);
  border-radius: 16px;
  background: rgba(3, 18, 13, 0.76);
  color: var(--sym-text);
}

textarea {
  min-height: 150px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(183, 213, 199, 0.65);
}

.sym-domain-grid,
.sym-card-grid,
.sym-resource-grid,
.sym-post-grid {
  display: grid;
  gap: 1rem;
}

.sym-domain-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sym-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sym-resource-grid,
.sym-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sym-card,
.sym-domain-card,
.sym-resource-card,
.sym-post-card,
.widget,
.comment-body {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sym-line);
  border-radius: var(--sym-radius-lg);
  background: rgba(255,255,255,0.045);
  box-shadow: 0 18px 48px rgba(0,0,0,0.18);
}

.sym-card,
.sym-domain-card,
.sym-resource-card,
.sym-post-card {
  padding: 1.35rem;
}

.sym-card:before,
.sym-domain-card:before,
.sym-resource-card:before,
.sym-post-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(108,255,179,0.12), transparent 44%, rgba(255,140,106,0.08));
  opacity: 0;
  transition: opacity 180ms ease;
}

.sym-card:hover:before,
.sym-domain-card:hover:before,
.sym-resource-card:hover:before,
.sym-post-card:hover:before {
  opacity: 1;
}

.sym-card > *,
.sym-domain-card > *,
.sym-resource-card > *,
.sym-post-card > * {
  position: relative;
}

.sym-card .index,
.sym-domain-card .index {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(108,255,179,0.32);
  border-radius: 12px;
  color: var(--sym-green);
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.sym-card h3,
.sym-domain-card h3,
.sym-resource-card h2,
.sym-resource-card h3,
.sym-post-card h3 {
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.sym-card p,
.sym-domain-card p,
.sym-resource-card p,
.sym-post-card p {
  color: var(--sym-muted);
  margin: 0;
}

.sym-card a,
.sym-domain-card a,
.sym-resource-card a,
.sym-post-card a {
  color: var(--sym-text);
  text-decoration: none;
}

.sym-card a:hover,
.sym-domain-card a:hover,
.sym-resource-card a:hover,
.sym-post-card a:hover {
  color: var(--sym-green);
}

.sym-link-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.2rem;
  color: var(--sym-green) !important;
  font-weight: 800;
}

.sym-link-more:after {
  content: "->";
  transition: transform 160ms ease;
}

.sym-link-more:hover:after {
  transform: translateX(3px);
}

.sym-method {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr);
  gap: clamp(1.5rem, 5vw, 3.5rem);
  align-items: stretch;
}

.sym-method-copy {
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.sym-method-copy p {
  color: var(--sym-muted);
}

.sym-lattice {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: var(--sym-radius-xl);
  border: 1px solid var(--sym-line);
  background:
    radial-gradient(circle at 20% 20%, rgba(108,255,179,0.18), transparent 22%),
    radial-gradient(circle at 80% 68%, rgba(255,140,106,0.16), transparent 24%),
    rgba(255,255,255,0.045);
}

.sym-lattice-line {
  position: absolute;
  height: 1px;
  width: 82%;
  left: 9%;
  background: linear-gradient(90deg, transparent, rgba(159,255,243,0.38), transparent);
  transform-origin: center;
}

.sym-lattice-line.a { top: 27%; transform: rotate(19deg); }
.sym-lattice-line.b { top: 49%; transform: rotate(-18deg); }
.sym-lattice-line.c { top: 68%; transform: rotate(10deg); }
.sym-lattice-line.d { top: 42%; transform: rotate(67deg); }
.sym-lattice-line.e { top: 42%; transform: rotate(-67deg); }

.sym-lattice-point {
  position: absolute;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(159,255,243,0.34);
  background: rgba(3,18,13,0.62);
  color: var(--sym-text);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 0 34px rgba(108,255,179,0.1);
}

.sym-lattice-point.p1 { left: 8%; top: 12%; }
.sym-lattice-point.p2 { right: 13%; top: 14%; }
.sym-lattice-point.p3 { left: 39%; top: 37%; }
.sym-lattice-point.p4 { left: 14%; bottom: 13%; }
.sym-lattice-point.p5 { right: 11%; bottom: 12%; }

.sym-timeline {
  display: grid;
  gap: 1rem;
}

.sym-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem;
  border: 1px solid var(--sym-line);
  border-radius: var(--sym-radius-lg);
  background: rgba(255,255,255,0.045);
}

.sym-step-number {
  display: grid;
  place-items: center;
  min-height: 58px;
  border-radius: 18px;
  color: var(--sym-ink);
  background: linear-gradient(135deg, var(--sym-green), var(--sym-gold));
  font-weight: 950;
  letter-spacing: -0.04em;
}

.sym-step h3 {
  font-size: 1.2rem;
}

.sym-step p {
  color: var(--sym-muted);
  margin: 0;
}

.entry-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(1.5rem, 5vw, 3.5rem);
  align-items: start;
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.entry-area.no-sidebar {
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
}

.content-area,
.widget-area {
  min-width: 0;
}

.entry-card,
.page-card,
.search-card,
.archive-card {
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border: 1px solid var(--sym-line);
  border-radius: var(--sym-radius-xl);
  background: var(--sym-panel);
  box-shadow: var(--sym-shadow-soft);
}

.entry-header {
  margin-bottom: 1.6rem;
}

.entry-title a {
  color: var(--sym-text);
  text-decoration: none;
}

.entry-title a:hover {
  color: var(--sym-green);
}

.entry-meta,
.entry-footer,
.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link {
  color: var(--sym-muted-2);
  font-size: 0.9rem;
}

.entry-meta a,
.entry-footer a {
  color: var(--sym-muted);
}

.post-thumbnail {
  display: block;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: var(--sym-radius-lg);
}

.post-thumbnail img {
  display: block;
  width: 100%;
}

.entry-content {
  color: #e9fbf2;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content a {
  font-weight: 700;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.4rem;
}

.entry-content li + li {
  margin-top: 0.4rem;
}

.wp-caption,
.gallery-caption {
  color: var(--sym-muted-2);
  font-size: 0.9rem;
}

.alignwide {
  width: min(100vw - 40px, 1060px);
  margin-left: 50%;
  transform: translateX(-50%);
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.wp-block-table table,
table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--sym-radius-md);
}

td,
th {
  padding: 0.85rem;
  border: 1px solid var(--sym-line);
  text-align: left;
}

th {
  color: var(--sym-green);
  background: rgba(108,255,179,0.08);
}

.widget-area {
  position: sticky;
  top: 106px;
}

.widget {
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.widget-title,
.widget h2,
.widget h3 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget li + li {
  margin-top: 0.5rem;
}

.widget a {
  color: var(--sym-muted);
  text-decoration: none;
}

.widget a:hover {
  color: var(--sym-green);
}

.navigation.posts-navigation,
.navigation.post-navigation,
.pagination {
  margin-top: 2rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.nav-links a,
.page-numbers {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--sym-line);
  background: rgba(255,255,255,0.045);
  color: var(--sym-muted);
  text-decoration: none;
}

.nav-links a:hover,
.page-numbers.current,
.page-numbers:hover {
  color: var(--sym-text);
  border-color: var(--sym-line-bright);
}

.comments-area {
  margin-top: 2.5rem;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-body {
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.comment-author .avatar {
  border-radius: 50%;
  margin-right: 0.6rem;
  vertical-align: middle;
}

.comment-metadata,
.comment-awaiting-moderation {
  color: var(--sym-muted-2);
  font-size: 0.86rem;
}

.comment-form label {
  display: block;
  color: var(--sym-muted);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.required {
  color: var(--sym-coral);
}

.site-footer {
  margin-top: auto;
  border-top: 1px solid var(--sym-line);
  background: rgba(3, 14, 11, 0.78);
}

.footer-inner {
  padding: clamp(2.4rem, 6vw, 4.5rem) 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(160px, 0.55fr));
  gap: 1rem;
}

.footer-brand {
  padding-right: 1rem;
}

.footer-brand p,
.footer-widget p {
  color: var(--sym-muted);
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget li + li {
  margin-top: 0.45rem;
}

.footer-widget a {
  color: var(--sym-muted);
  text-decoration: none;
}

.footer-widget a:hover {
  color: var(--sym-green);
}

.site-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(178,255,212,0.12);
  color: var(--sym-muted-2);
  font-size: 0.9rem;
}

.sym-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 5vw, 3rem);
  border-radius: var(--sym-radius-xl);
  border: 1px solid rgba(108,255,179,0.28);
  background:
    radial-gradient(circle at 15% 10%, rgba(108,255,179,0.20), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(255,140,106,0.15), transparent 30%),
    rgba(255,255,255,0.055);
}

.sym-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
}

.sym-cta p {
  color: var(--sym-muted);
  margin: 0;
}

.not-found .search-form,
.no-results .search-form {
  margin-top: 1.2rem;
}

.bypostauthor .comment-body {
  border-color: rgba(108,255,179,0.36);
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto 1fr;
  }

  .header-search {
    display: none;
  }

  .sym-hero-grid,
  .sym-method,
  .entry-area {
    grid-template-columns: 1fr;
  }

  .widget-area {
    position: static;
  }

  .sym-domain-grid,
  .sym-card-grid,
  .sym-resource-grid,
  .sym-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body {
    font-size: 16px;
  }

  .sym-wrap,
  .site-main,
  .footer-inner,
  .header-inner {
    width: min(100% - 28px, var(--sym-max));
  }

  .admin-bar .site-header {
    top: 0;
  }

  .header-inner {
    min-height: 70px;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .main-navigation ul {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    padding: 0.7rem;
    border: 1px solid var(--sym-line);
    border-radius: 22px;
    background: rgba(5, 16, 13, 0.96);
    box-shadow: var(--sym-shadow-soft);
  }

  .main-navigation.toggled ul {
    display: block;
  }

  .main-navigation li + li {
    margin-top: 0.25rem;
  }

  .main-navigation a {
    border-radius: 14px;
  }

  .sym-hero-meta,
  .sym-domain-grid,
  .sym-card-grid,
  .sym-resource-grid,
  .sym-post-grid,
  .sym-section-header,
  .sym-search-lab,
  .sym-cta-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .sym-orbit-card {
    min-height: 520px;
  }

  .sym-node {
    width: 148px;
    font-size: 0.9rem;
  }

  .sym-node.one { top: 6%; left: 4%; }
  .sym-node.two { top: 10%; right: 4%; }
  .sym-node.three { bottom: 17%; left: 4%; }
  .sym-node.four { right: 4%; bottom: 14%; }
  .sym-node.five { display: none; }

  .search-form {
    flex-direction: column;
  }

  .sym-step {
    grid-template-columns: 1fr;
  }

  .sym-lattice {
    min-height: 380px;
  }

  .sym-lattice-point {
    width: 70px;
    height: 70px;
    font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
