@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&family=Fraunces:ital,wght@0,400;0,500;1,400&display=swap');
@import url('brand-tokens.css');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--uny-obsidian);
  color: var(--uny-platinum);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.eyebrow {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--uny-orange);
  font-weight: 600;
  margin-bottom: 14px;
  display: block;
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; color: var(--uny-chrome-highlight); }
.chrome-text {
  background: linear-gradient(180deg, #FFFFFF 0%, #C9C9CE 45%, #E9E7E3 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section { padding: 100px 0; position: relative; }
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head p { color: var(--uny-platinum-dim); font-size: 17px; margin-top: 14px; }

/* ---------- header ---------- */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,10,12,0.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--uny-line);
}
header::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--uny-orange), transparent);
  opacity: 0.7;
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 32px; max-width: 1240px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 12px; }
.gate-mark { width: 30px; height: 30px; }
.wordmark { font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: 0.02em; }
.wordmark .uny { color: var(--uny-chrome-highlight); }
.wordmark .korn { color: var(--uny-orange); }
.wordmark .sub { font-family: var(--font-body); font-size: 11px; color: var(--uny-platinum-dim); font-weight: 500; letter-spacing: 0.04em; margin-left: 8px; border-left: 1px solid var(--uny-line-bright); padding-left: 8px; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { font-size: 14px; color: var(--uny-platinum-dim); transition: color 0.2s; }
.nav-links a:hover { color: var(--uny-chrome-highlight); }
.btn {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 14px;
  padding: 11px 22px; border-radius: var(--radius-pill); cursor: pointer; transition: transform 0.18s, box-shadow 0.18s;
}
.btn-primary { background: linear-gradient(135deg, var(--uny-orange-bright), var(--uny-orange-dark)); color: #12080300; color: #150900; box-shadow: 0 4px 18px var(--uny-orange-glow); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 26px var(--uny-orange-glow); }
.btn-ghost { border: 1px solid var(--uny-line-bright); color: var(--uny-platinum); }
.btn-ghost:hover { border-color: var(--uny-platinum); }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: 90px; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,12,0.55) 0%, rgba(10,10,12,0.72) 55%, var(--uny-obsidian) 100%),
              radial-gradient(ellipse 60% 50% at 50% 40%, transparent 0%, rgba(10,10,12,0.55) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; text-align: center; padding: 0 32px; }
.hero h1 { font-size: 56px; line-height: 1.08; margin-bottom: 22px; }
.hero .lede { font-size: 19px; color: var(--uny-platinum-dim); max-width: 560px; margin: 0 auto 36px; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; margin-bottom: 54px; }
.hero-proof { display: flex; gap: 36px; justify-content: center; flex-wrap: wrap; }
.hero-proof .stat { text-align: left; }
.hero-proof .num { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--uny-chrome-highlight); }
.hero-proof .lbl { font-size: 12px; color: var(--uny-platinum-dim); letter-spacing: 0.04em; }

/* ---------- three asset classes ---------- */
.classes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.class-card { border: 1px solid var(--uny-line); background: var(--uny-obsidian-2); overflow: hidden; }
.class-card video { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.class-card-body { padding: 22px 24px 26px; }
.class-card h3 { font-size: 18px; margin-bottom: 8px; }
.class-card p { color: var(--uny-platinum-dim); font-size: 14.5px; }
.class-card .tagline { color: var(--uny-orange); font-family: var(--font-display); font-size: 13px; font-weight: 600; margin-top: 12px; }

/* ---------- featured concept piece ---------- */
.featured { background: var(--uny-obsidian-2); border-top: 1px solid var(--uny-line); border-bottom: 1px solid var(--uny-line); }
.featured-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.featured-gallery { position: relative; }
.featured-gallery-main { border: 1px solid var(--uny-line-bright); background: var(--uny-obsidian); aspect-ratio: 4/3; overflow: hidden; position: relative; }
.featured-gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.4s; }
.featured-gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.featured-gallery-thumbs img { width: 64px; height: 64px; object-fit: cover; border: 1px solid var(--uny-line); cursor: pointer; opacity: 0.55; transition: opacity 0.2s, border-color 0.2s; }
.featured-gallery-thumbs img.active { opacity: 1; border-color: var(--uny-orange); }
.featured-plaque {
  font-family: var(--font-plaque); font-style: italic; font-size: 13px; color: var(--uny-gold);
  border-top: 1px solid var(--uny-gold-dim); margin-top: 16px; padding-top: 12px; letter-spacing: 0.02em;
}
.status-pill {
  display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--radius-pill);
  border: 1px solid currentColor;
}
.status-pill.real { color: var(--uny-status-real); }
.status-pill.gated { color: var(--uny-status-gated); }
.status-pill.thin { color: var(--uny-status-thin); }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.featured-copy h2 { font-family: var(--font-plaque); font-style: italic; font-weight: 500; font-size: 40px; margin: 16px 0 6px; }
.featured-copy .by { color: var(--uny-platinum-dim); font-size: 14px; margin-bottom: 22px; }
.featured-copy p { color: var(--uny-platinum-dim); margin-bottom: 16px; }
.featured-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--uny-line); }
.featured-facts .f-lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--uny-platinum-dim); margin-bottom: 4px; }
.featured-facts .f-val { font-family: var(--font-display); font-size: 15px; color: var(--uny-chrome-highlight); }

/* ---------- the vault grid (vitrine cards) ---------- */
.vault-toolbar { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.vault-count { font-family: var(--font-display); color: var(--uny-platinum-dim); font-size: 14px; }
.vault-count b { color: var(--uny-chrome-highlight); }
.vault-corrected-note { font-size: 12px; color: var(--uny-gold); margin-top: 8px; max-width: 480px; text-align: right; margin-left: auto; }
.vault-corrected-note a { text-decoration: underline; }
.vault-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vitrine {
  position: relative; border: 1px solid var(--uny-line); background: var(--uny-obsidian-2);
  overflow: hidden; transition: border-color 0.25s, transform 0.25s;
}
.vitrine:hover { border-color: var(--uny-line-bright); transform: translateY(-3px); }
.vitrine-image { position: relative; aspect-ratio: 5/4; overflow: hidden; background: #000; }
.vitrine-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.vitrine:hover .vitrine-image img { transform: scale(1.04); }
.vitrine-spotlight {
  position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity 0.4s;
  background: radial-gradient(circle at 50% 15%, rgba(255,255,255,0.18), transparent 55%);
}
.vitrine:hover .vitrine-spotlight { opacity: 1; }
.vitrine-badge {
  position: absolute; top: 12px; left: 12px; font-family: var(--font-display); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase; padding: 4px 10px; background: rgba(10,10,12,0.75);
  border: 1px solid var(--uny-line-bright); backdrop-filter: blur(6px);
}
.vitrine-plaque { padding: 18px 20px 20px; border-top: 1px solid var(--uny-gold-dim); }
.vitrine-plaque h4 { font-family: var(--font-plaque); font-style: italic; font-weight: 500; font-size: 19px; color: var(--uny-chrome-highlight); margin-bottom: 3px; }
.vitrine-plaque .artist { font-size: 13px; color: var(--uny-gold); margin-bottom: 12px; }
.vitrine-meta { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: var(--uny-platinum-dim); margin-bottom: 12px; }
.vitrine-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid var(--uny-line); }
.vitrine-caveat { margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--uny-gold-dim); font-size: 11.5px; line-height: 1.5; color: var(--uny-gold); }
.vitrine-price { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--uny-chrome-highlight); }
.vitrine-price span { font-size: 11px; color: var(--uny-platinum-dim); font-weight: 400; display: block; }

/* ---------- custody explainer ---------- */
.custody { background: var(--uny-obsidian); }
.custody-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.key-model { display: flex; flex-direction: column; gap: 18px; }
.key-row { display: flex; gap: 16px; padding: 18px; border: 1px solid var(--uny-line); background: var(--uny-obsidian-2); }
.key-num { font-family: var(--font-display); font-size: 20px; color: var(--uny-orange); font-weight: 700; min-width: 28px; }
.key-row h4 { font-size: 15px; margin-bottom: 4px; color: var(--uny-chrome-highlight); }
.key-row p { font-size: 13.5px; color: var(--uny-platinum-dim); }
blockquote.custody-quote {
  border-left: 2px solid var(--uny-orange); padding-left: 22px; font-family: var(--font-display);
  font-size: 20px; color: var(--uny-chrome-highlight); margin-bottom: 24px; font-weight: 500;
}
.custody-copy p { color: var(--uny-platinum-dim); margin-bottom: 16px; }

/* ---------- platform status ---------- */
.status-table { width: 100%; border-collapse: collapse; }
.status-table th { text-align: left; font-family: var(--font-display); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--uny-platinum-dim); padding: 0 0 14px; border-bottom: 1px solid var(--uny-line-bright); }
.status-table td { padding: 18px 24px 18px 0; border-bottom: 1px solid var(--uny-line); font-size: 14.5px; vertical-align: top; }
.status-table td:last-child { padding-right: 0; }
.status-table td.layer { color: var(--uny-chrome-highlight); font-family: var(--font-display); font-weight: 600; width: 160px; }
.status-table td:nth-child(2) { width: 110px; white-space: nowrap; }
.status-table td.detail { color: var(--uny-platinum-dim); }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--uny-line); padding: 56px 0 40px; }
.foot-grid { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 32px; }
.foot-legal { font-size: 12.5px; color: var(--uny-platinum-dim); line-height: 1.9; }
.foot-links { display: flex; gap: 28px; }
.foot-links a { font-size: 13px; color: var(--uny-platinum-dim); }
.foot-links a:hover { color: var(--uny-chrome-highlight); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- the reel ---------- */
.reel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.reel-card { border: 1px solid var(--uny-line); background: var(--uny-obsidian-2); overflow: hidden; transition: border-color 0.25s; }
.reel-card:hover { border-color: var(--uny-line-bright); }
.reel-video-wrap { position: relative; aspect-ratio: 16/9; background: #000; }
.reel-video-wrap video { width: 100%; height: 100%; object-fit: cover; cursor: pointer; }
.reel-tag { position: absolute; top: 10px; left: 10px; font-family: var(--font-display); font-size: 10px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 4px 9px; background: rgba(10,10,12,0.75); border: 1px solid var(--uny-line-bright); backdrop-filter: blur(6px); color: var(--uny-orange); }
.reel-body { padding: 16px 18px 18px; }
.reel-body h4 { font-size: 14.5px; font-weight: 600; color: var(--uny-chrome-highlight); margin-bottom: 6px; line-height: 1.3; }
.reel-body p { font-size: 12.5px; color: var(--uny-platinum-dim); line-height: 1.55; }
.reel-body .status-pill { margin-top: 10px; }

/* ---------- pipeline ---------- */
.pipeline { background: var(--uny-obsidian-2); border-top: 1px solid var(--uny-line); border-bottom: 1px solid var(--uny-line); }
.pipeline-steps { display: flex; align-items: stretch; gap: 0; }
.pstep { flex: 1; padding: 4px; }
.pstep-num { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--uny-orange); margin-bottom: 10px; }
.pstep h4 { font-size: 16px; color: var(--uny-chrome-highlight); margin-bottom: 8px; }
.pstep p { font-size: 13px; color: var(--uny-platinum-dim); line-height: 1.6; }
.pstep code { font-family: var(--font-display); font-size: 12px; color: var(--uny-platinum); background: rgba(255,255,255,0.06); padding: 1px 5px; }
.pconnector { width: 28px; align-self: center; height: 1px; background: linear-gradient(90deg, var(--uny-line-bright), var(--uny-orange), var(--uny-line-bright)); margin-top: -30px; }

/* ---------- structuring paths ---------- */
.paths-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.path-door { border: 1px solid var(--uny-line); background: var(--uny-obsidian-2); padding: 22px 20px; transition: border-color 0.25s, transform 0.25s; }
.path-door:hover { border-color: var(--uny-line-bright); transform: translateY(-2px); }
.path-door.highlight { border-color: var(--uny-orange); box-shadow: 0 0 0 1px var(--uny-orange), 0 8px 26px var(--uny-orange-glow); }
.path-letter { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--uny-orange); margin-bottom: 12px; }
.path-door h4 { font-size: 16px; color: var(--uny-chrome-highlight); margin-bottom: 8px; }
.path-new { font-size: 9px; font-weight: 600; color: var(--uny-obsidian); background: var(--uny-orange); padding: 2px 6px; border-radius: var(--radius-pill); vertical-align: middle; margin-left: 4px; letter-spacing: 0.04em; }
.path-door p { font-size: 13px; color: var(--uny-platinum-dim); margin-bottom: 14px; line-height: 1.55; }
.path-fit { font-size: 12px; color: var(--uny-platinum); border-top: 1px solid var(--uny-line); padding-top: 12px; line-height: 1.5; }

/* ---------- issuer section ---------- */
.issuer { background: var(--uny-obsidian-2); border-top: 1px solid var(--uny-line); border-bottom: 1px solid var(--uny-line); }
.issuer-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 40px; align-items: center; }
.issuer-stat { border-right: 1px solid var(--uny-line); padding-right: 32px; }
.issuer-stat-num { font-family: var(--font-display); font-size: 64px; font-weight: 700; color: var(--uny-orange-bright); line-height: 1; }
.issuer-stat-num span { font-size: 28px; color: var(--uny-platinum-dim); font-weight: 500; }
.issuer-stat-label { font-size: 13px; color: var(--uny-platinum-dim); margin-top: 14px; line-height: 1.6; }
.issuer-options { display: flex; flex-direction: column; gap: 16px; }
.issuer-option { border: 1px solid var(--uny-line); padding: 18px 20px; background: var(--uny-obsidian); }
.issuer-option.recommended { border-color: var(--uny-orange); }
.issuer-option-tag { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--uny-platinum-dim); margin-bottom: 8px; }
.issuer-option.recommended .issuer-option-tag { color: var(--uny-orange); }
.issuer-option h4 { font-size: 15px; color: var(--uny-chrome-highlight); margin-bottom: 6px; }
.issuer-option p { font-size: 13px; color: var(--uny-platinum-dim); line-height: 1.55; }

@media (max-width: 900px) {
  .reel-grid { grid-template-columns: 1fr; }
  .pipeline-steps { flex-direction: column; gap: 24px; }
  .pconnector { display: none; }
  .paths-grid { grid-template-columns: repeat(2, 1fr); }
  .issuer-grid { grid-template-columns: 1fr; }
  .issuer-stat { border-right: none; border-bottom: 1px solid var(--uny-line); padding-right: 0; padding-bottom: 24px; }
}


