﻿/* HERO */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 6rem 1.5rem 4rem;
  position: relative;
}

.hero-inner {
  width: min(1200px, 100%);
  text-align: center;
  position: relative;
}

.hero-eyebrow {
  font-family: var(--mono);
  font-size: var(--text-xs);
  letter-spacing: 0.32em;
  color: var(--muted);
  margin-bottom: 2rem;
  overflow: hidden;
}

.hero-eyebrow span {
  display: inline-block;
}

.hero h1 {
  font-weight: 600;
  font-size: var(--text-hero);
  line-height: 0.92;
  letter-spacing: -0.045em;
  margin-bottom: 1.75rem;
  perspective: 1000px;
}

.hero h1 .line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.hero h1 .line > span,
.hero h1 .line .ch {
  display: inline-block;
  will-change: transform, opacity, filter;
  transform-style: preserve-3d;
}

.hero h1 .soft {
  color: var(--muted);
  font-weight: 500;
}

.hero-sub {
  max-width: 30ch;
  margin: 0 auto 2.75rem;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  line-height: 1.55;
  color: var(--muted);
  letter-spacing: -0.01em;
}

.hero-cta {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14vh;
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--dim);
}

@media (max-width: 700px) {
  .hero-meta {
    display: none;
  }
}

/* ===== BRAND SEAL â€” signature mark ===== */
.seal {
  --seal: min(168px, 20vw);
  position: absolute;
  right: clamp(2%, 4vw, 5%);
  top: 50%;
  width: var(--seal);
  height: var(--seal);
  margin-top: calc(var(--seal) / -2);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}

.seal-core {
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  border: 1px solid rgba(233, 213, 255, 0.35);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(124, 58, 237, 0.55),
    0 0 80px rgba(124, 58, 237, 0.25),
    inset 0 0 30px rgba(0, 0, 0, 0.35);
  background: #0a0514;
}

.seal-core img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  filter: contrast(1.05) saturate(1.08);
  transform: scale(1.02);
}

.seal-scan {
  position: absolute;
  inset: -20%;
  z-index: 2;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(233, 213, 255, 0.35) 50%,
    transparent 60%
  );
  animation: sealScan 3.6s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: screen;
}

.seal-gloss {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 50%;
  background: radial-gradient(
    circle at 32% 28%,
    rgba(255, 255, 255, 0.28),
    transparent 42%
  );
  pointer-events: none;
}

.seal-ring-svg {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  z-index: 2;
  animation: sealSpin 18s linear infinite;
  overflow: visible;
}

.seal-arc {
  transform-origin: 100px 100px;
  animation: sealSpin 7s linear infinite;
}
.seal-arc2 {
  transform-origin: 100px 100px;
  animation: sealSpinRev 11s linear infinite;
}

.seal-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(167, 139, 250, 0.28);
  z-index: 1;
  pointer-events: none;
}
.seal-orbit-a {
  inset: -18%;
  animation: sealSpin 28s linear infinite;
  border-style: dotted;
  border-color: rgba(167, 139, 250, 0.35);
}
.seal-orbit-b {
  inset: -32%;
  animation: sealSpinRev 40s linear infinite;
  border-color: rgba(251, 113, 133, 0.22);
  opacity: 0.85;
}
.seal-orbit-c {
  inset: -8%;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.2);
}

.seal-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e9d5ff;
  box-shadow: 0 0 12px #a78bfa, 0 0 24px rgba(167, 139, 250, 0.8);
  z-index: 4;
  top: 50%;
  left: 50%;
  margin: -3.5px 0 0 -3.5px;
  will-change: transform;
}
.seal-dot-1 {
  animation: sealDot1 6.5s linear infinite;
}
.seal-dot-2 {
  background: #fb7185;
  box-shadow: 0 0 12px #fb7185, 0 0 20px rgba(251, 113, 133, 0.7);
  animation: sealDot2 9s linear infinite;
}
.seal-dot-3 {
  width: 5px;
  height: 5px;
  background: #c4b5fd;
  animation: sealDot3 12s linear infinite;
}

@keyframes sealDot1 {
  from { transform: rotate(0deg) translateY(calc(var(--seal) * -0.58)) rotate(0deg); }
  to { transform: rotate(360deg) translateY(calc(var(--seal) * -0.58)) rotate(-360deg); }
}
@keyframes sealDot2 {
  from { transform: rotate(120deg) translateY(calc(var(--seal) * -0.72)) rotate(-120deg); }
  to { transform: rotate(480deg) translateY(calc(var(--seal) * -0.72)) rotate(-480deg); }
}
@keyframes sealDot3 {
  from { transform: rotate(240deg) translateY(calc(var(--seal) * -0.48)) rotate(-240deg); }
  to { transform: rotate(600deg) translateY(calc(var(--seal) * -0.48)) rotate(-600deg); }
}

.seal-label {
  position: absolute;
  left: 50%;
  bottom: -2.1rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.35rem;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.32em;
  color: rgba(233, 213, 255, 0.55);
  white-space: nowrap;
  z-index: 5;
}
.seal-label span:first-child {
  color: var(--accent);
}

/* breath on core only â€” don't fight GSAP transform on .seal */
.seal.is-live .seal-core {
  animation: sealBreath 5.5s ease-in-out infinite;
}

@keyframes sealBreath {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.02); }
}
@keyframes sealSpin {
  to { transform: rotate(360deg); }
}
@keyframes sealSpinRev {
  to { transform: rotate(-360deg); }
}
@keyframes sealScan {
  0% { transform: translateX(-80%) rotate(15deg); opacity: 0; }
  15% { opacity: 0.9; }
  50% { opacity: 0.5; }
  100% { transform: translateX(80%) rotate(15deg); opacity: 0; }
}

/* pulse halo */
.seal-core::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(167, 139, 250, 0.5);
  animation: sealPulse 2.8s ease-out infinite;
  pointer-events: none;
}
@keyframes sealPulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.35); opacity: 0; }
}

@media (max-width: 960px) {
  .seal {
    display: none;
  }
}

html.reduced .seal.is-live,
html.reduced .seal-ring-svg,
html.reduced .seal-orbit,
html.reduced .seal-dot,
html.reduced .seal-scan,
html.reduced .seal-core::after,
html.reduced .seal-arc2 {
  animation: none !important;
}

/* MARQUEE */
.marquee-wrap {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
  overflow: hidden;
  padding: 1.15rem 0;
  margin-top: 10vh;
}

.marquee {
  display: flex;
  gap: 3rem;
  width: max-content;
  font-family: var(--mono);
  font-size: var(--text-xs);
  letter-spacing: 0.28em;
  color: var(--muted);
  text-transform: uppercase;
  will-change: transform;
}

.marquee b {
  color: var(--fg);
  font-weight: 500;
}

/* CAPABILITY ROWS — signal lines in space (not a table) */
.rows {
  border-top: 0;
  display: grid;
  gap: 0.65rem;
}

.row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: clamp(1.25rem, 2.5vh, 1.75rem) 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  background: transparent;
  transition:
    background 0.4s,
    border-color 0.4s,
    box-shadow 0.45s,
    transform 0.45s var(--ease-out);
}

.row::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.2), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.row:hover,
.row:focus-within,
.row.open {
  background: radial-gradient(ellipse 80% 100% at 10% 50%, rgba(124, 58, 237, 0.12), transparent 55%);
  border-color: rgba(167, 139, 250, 0.2);
  box-shadow: 0 0 40px rgba(124, 58, 237, 0.08);
  transform: translateX(6px);
}

.row:hover::before,
.row:focus-within::before {
  opacity: 0;
}

.row .i {
  font-family: var(--mono);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: rgba(167, 139, 250, 0.45);
  letter-spacing: 0.08em;
  font-weight: 500;
  transition: color 0.3s, text-shadow 0.3s;
}

.row:hover .i,
.row:focus-within .i {
  color: var(--accent);
  text-shadow: 0 0 20px rgba(167, 139, 250, 0.6);
}

.row h3 {
  font-size: clamp(1.25rem, 2.8vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  transition: transform 0.5s var(--ease-out), color 0.3s;
}

.row:hover h3,
.row:focus-within h3 {
  transform: translateX(4px);
  color: #fff;
}

.row p {
  grid-column: 2;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.55s var(--ease-out),
    opacity 0.4s,
    margin 0.4s;
  max-width: 52ch;
}

.row.open p,
.row:hover p,
.row:focus-within p {
  max-height: 120px;
  opacity: 1;
  margin-top: 0.55rem;
}

.row .arr {
  font-family: var(--mono);
  font-size: 18px;
  color: var(--dim);
  transition: transform 0.45s var(--ease-out), color 0.3s;
}

.row:hover .arr,
.row:focus-within .arr {
  transform: rotate(-45deg);
  color: var(--fg);
}

@media (max-width: 700px) {
  .row {
    grid-template-columns: 48px 1fr auto;
    border-radius: 18px;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
}

/* MANIFESTO â€” one full viewport, always filled */
.statement {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: var(--pad-sec) var(--pad-x);
  overflow: hidden;
}

.statement-pin {
  width: min(1100px, 100%);
  display: grid;
  place-items: center;
}

.statement-text {
  text-align: center;
  width: 100%;
}

.statement-text .s-line {
  display: block;
  overflow: hidden;
  font-size: clamp(2.4rem, 8vw, 6.5rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0.12em 0;
}

.statement-text .s-line span {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.statement-text .accent {
  color: var(--hot);
}

.statement-text .ghost {
  color: var(--dim);
}

.statement-sub {
  margin-top: 2rem;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--dim);
}


/* Method styles: css/method-space.css */

/* PROOF */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 900px) {
  .proof-grid {
    grid-template-columns: 1fr;
  }
}

.proof-card {
  position: relative;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
  padding: 1.6rem 1.5rem 1.5rem;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    border-color var(--dur-ui),
    transform 0.45s var(--ease-out),
    box-shadow 0.45s;
}

.proof-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-6px);
  box-shadow: var(--sh-soft), var(--sh-glow);
}

.proof-card .pc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--dim);
}

.proof-card .pc-top b {
  color: var(--accent);
  font-weight: 500;
}

.proof-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.proof-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}

.proof-card .pc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.25rem;
}

.proof-card .pc-tags span {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 0.35rem 0.65rem;
  border-radius: var(--r-full);
  border: 1px solid var(--line);
  color: var(--muted);
}

.proof-card .redact {
  filter: blur(0);
  letter-spacing: 0.08em;
  color: var(--dim);
}

/* ABOUT + IDENTITY CORE */
.about {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--pad-sec) var(--pad-x);
}

@media (max-width: 900px) {
  .about {
    grid-template-columns: 1fr;
  }
  .about-visual {
    max-width: 380px;
    order: -1;
  }
}

/* ===== IDENTITY CORE ===== */
/* base about visual â€” overridden by id-core blackhole */
.about-visual {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1;
  margin: 0 auto;
  opacity: 1;
}

.about-copy h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.about-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 1rem;
  max-width: 40ch;
}

.about-copy ul {
  list-style: none;
  margin-top: 1.75rem;
  display: grid;
  gap: 0.75rem;
}

.about-copy li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.about-copy li i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 0.45rem;
  flex-shrink: 0;
  box-shadow: 0 0 12px var(--accent);
}

html.reduced .ic-grid,
html.reduced .ic-hex,
html.reduced .ic-ring,
html.reduced .ic-dash,
html.reduced .ic-arc,
html.reduced .ic-scan,
html.reduced .ic-sat,
html.reduced .ic-beam,
html.reduced .ic-core::after,
html.reduced .ic-status i {
  animation: none !important;
}

/* FINALE */
.finale {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 6rem 1.5rem;
  text-align: center;
  position: relative;
}

.finale h2 {
  font-size: clamp(2.8rem, 10vw, 7.5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-bottom: 1.5rem;
  perspective: 1000px;
}

.finale h2 em {
  font-style: normal;
  display: block;
}

.finale h2 #finA,
.finale h2 #finB {
  display: inline-flex;
  justify-content: center;
}

.sec-head h2 {
  perspective: 800px;
}

.finale p {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 36ch;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

.finale-links {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}
