/* Nexus of Vay — public landing page v0.1 · static · no scripts */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #14120e; }
body {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #ddd6c8;
  font-size: 16px;
  line-height: 1.65;
}
a { color: #c9a84c; text-decoration: none; }
a:hover { color: #e0c56e; text-decoration: underline; }
::selection { background: rgba(143,174,98,0.3); }

@keyframes orbBreathe {
  0%, 100% { box-shadow: 0 0 60px 10px rgba(143,174,98,0.18), 0 0 120px 30px rgba(143,174,98,0.07), inset 0 0 40px rgba(143,174,98,0.12); }
  50% { box-shadow: 0 0 80px 18px rgba(143,174,98,0.26), 0 0 160px 44px rgba(143,174,98,0.10), inset 0 0 52px rgba(143,174,98,0.18); }
}

.wrap { max-width: 1100px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.mono { font-family: Menlo, Consolas, monospace; }

/* header */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 1100px; margin: 0 auto; padding: 22px 28px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 30px; height: 30px; object-fit: contain; }
.brand span { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #f3eee0; font-weight: 700; }
.site-nav { display: flex; flex-wrap: wrap; gap: 12px 22px; font-size: 13px; letter-spacing: 0.04em; }
.site-nav a { color: #a89f8a; }

/* hero */
.hero { padding-top: 64px; padding-bottom: 88px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 48px; align-items: center; }
.kicker { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: #8fae62; font-weight: 700; margin-bottom: 18px; }
.hero h1 { margin: 0 0 20px; font-size: clamp(38px, 7vw, 60px); line-height: 1.05; color: #f3eee0; letter-spacing: -0.02em; font-weight: 700; }
.tagline { margin: 0 0 16px; font-size: 22px; color: #ddd6c8; }
.support { margin: 0; max-width: 560px; font-size: 16px; color: #a89f8a; text-wrap: pretty; }
.pills { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.pill { font-family: Menlo, Consolas, monospace; font-size: 12px; border: 1px solid #3a352a; border-radius: 999px; padding: 6px 14px; }
.pill.green { color: #8fae62; }
.pill.muted { color: #a89f8a; }
.pill.gold { color: #c9a84c; }
.orb-wrap { position: relative; width: 100%; max-width: 340px; aspect-ratio: 1; justify-self: center; }
.orb-glow { position: absolute; inset: 36px; border-radius: 999px; animation: orbBreathe 6s ease-in-out infinite; }
.orb-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }

/* sections */
section { border-top: 1px solid #3a352a; }
.band { background: #100e0b; }
.band .wrap { padding-top: 64px; padding-bottom: 64px; text-align: center; }
.band-title { font-size: 34px; line-height: 1.3; color: #f3eee0; font-weight: 700; letter-spacing: -0.01em; }
.band-title em { font-style: normal; color: #8fae62; }
.band p { margin: 14px auto 0; max-width: 620px; color: #a89f8a; text-wrap: pretty; }

.alt { background: #17140f; }
.section-pad { padding-top: 80px; padding-bottom: 80px; }
.eyebrow { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #8fae62; font-weight: 700; margin-bottom: 10px; }
h2 { margin: 0 0 12px; font-size: 30px; color: #f3eee0; line-height: 1.2; letter-spacing: -0.01em; }
.lede { margin: 0 0 40px; max-width: 640px; color: #a89f8a; text-wrap: pretty; }

/* about */
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 56px; align-items: center; }
.about-copy { font-size: 17px; color: #ddd6c8; text-wrap: pretty; }
.about-copy p { margin: 0 0 16px; }
.about-copy p:last-child { margin: 0; color: #a89f8a; }
figure { margin: 0; display: flex; flex-direction: column; gap: 10px; }
figure.centered { align-items: center; }
figure img { width: 100%; border-radius: 12px; border: 1px solid #3a352a; display: block; }
figure.centered img { max-width: 320px; border-radius: 16px; }
figcaption { font-family: Menlo, Consolas, monospace; font-size: 11px; color: #6a6354; letter-spacing: 0.06em; }

/* principles */
.law-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 18px; margin-bottom: 40px; }
.law { background: #1d1912; border: 1px solid #3a352a; border-left: 3px solid #8fae62; border-radius: 12px; padding: 22px 24px; }
.law h3 { margin: 0 0 8px; font-size: 15px; font-weight: 700; color: #f3eee0; }
.law p { margin: 0; font-size: 14px; color: #a89f8a; line-height: 1.6; text-wrap: pretty; }
.receipt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 40px; align-items: center; }
.receipt-grid > p { margin: 0; color: #a89f8a; font-size: 15px; text-wrap: pretty; }
.receipt-log { background: #100e0b; border: 1px solid #3a352a; border-radius: 12px; padding: 22px 24px; font-family: Menlo, Consolas, monospace; font-size: 12.5px; line-height: 2.1; color: #a89f8a; overflow: hidden; }
.receipt-log .head { color: #8fae62; margin-bottom: 6px; }
.receipt-log .t { color: #6a6354; }
.receipt-log .ok { float: right; color: #8fae62; }
.receipt-log .wait { float: right; color: #a89f8a; }
.receipt-log .id { color: #c9a84c; }
.receipt-log .foot { border-top: 1px solid #3a352a; margin-top: 10px; padding-top: 10px; color: #6a6354; }

/* interface direction */
.figures { display: flex; flex-direction: column; gap: 20px; }

/* modules */
.module-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 18px; }
.module { background: #1d1912; border: 1px solid #3a352a; border-radius: 12px; padding: 22px 24px; display: flex; flex-direction: column; gap: 10px; }
.module.planned { background: transparent; border: 1px dashed #3a352a; opacity: 0.75; }
.module-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.module-head strong { font-size: 16px; font-weight: 700; color: #f3eee0; }
.phase { font-family: Menlo, Consolas, monospace; font-size: 11px; color: #8fae62; border: 1px solid #3a352a; border-radius: 999px; padding: 3px 10px; white-space: nowrap; }
.module.planned .phase { color: #a89f8a; }
.module p { margin: 0; font-size: 14px; color: #a89f8a; line-height: 1.6; text-wrap: pretty; }

/* roadmap */
.roadmap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 18px; margin-bottom: 72px; }
.milestone { border-top: 2px solid #8fae62; padding: 18px 4px 0; }
.milestone .phase-label { font-family: Menlo, Consolas, monospace; font-size: 11px; color: #8fae62; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.milestone strong { display: block; font-size: 15px; font-weight: 700; color: #f3eee0; margin-bottom: 8px; }
.milestone p { margin: 0; font-size: 13.5px; color: #a89f8a; line-height: 1.6; text-wrap: pretty; }
.milestone.near { border-top-color: #c9a84c; }
.milestone.near .phase-label { color: #c9a84c; }
.milestone.later { border-top-color: #a89f8a; opacity: 0.85; }
.milestone.later .phase-label { color: #a89f8a; }
.milestone.exp { border-top-color: #6a6354; opacity: 0.7; }
.milestone.exp .phase-label { color: #6a6354; }

/* contact */
.contact { border-top: 1px solid #3a352a; padding-top: 56px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.contact h2 { font-size: 26px; margin-bottom: 14px; }
.contact p { margin: 0 0 28px; max-width: 480px; color: #a89f8a; text-wrap: pretty; }
.contact-btn { display: inline-block; font-family: Menlo, Consolas, monospace; font-size: 14px; color: #c9a84c; border: 1px solid #c9a84c; border-radius: 999px; padding: 12px 28px; }
.contact-btn:hover { background: rgba(201,168,76,0.1); color: #c9a84c; text-decoration: none; }

/* footer */
footer { border-top: 1px solid #3a352a; background: #100e0b; }
footer .wrap { padding-top: 32px; padding-bottom: 32px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
footer .motto { font-size: 13px; color: #f3eee0; font-weight: 700; letter-spacing: 0.04em; }
footer .strip { font-family: Menlo, Consolas, monospace; font-size: 11.5px; color: #6a6354; }

@media (max-width: 760px) {
  .hero { padding-top: 40px; padding-bottom: 56px; }
  .section-pad { padding-top: 56px; padding-bottom: 56px; }
  .band .wrap { padding-top: 48px; padding-bottom: 48px; }
  .band-title { font-size: 26px; }
  h2 { font-size: 25px; }
  .tagline { font-size: 19px; }
  .orb-wrap { max-width: 260px; }
}
