@import url("project-history.css");

:root {
  --bg: #090b13;
  --bg-soft: #11111d;
  --panel: rgba(23, 20, 38, 0.88);
  --panel-strong: #1c1730;
  --text: #f8f7fb;
  --muted: #bbb6c8;
  --line: rgba(255,255,255,.11);
  --accent: #f21862;
  --accent-2: #a0208c;
  --accent-3: #55258f;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(85,37,143,.20), transparent 30%),
    radial-gradient(circle at 88% 5%, rgba(242,24,98,.13), transparent 28%),
    var(--bg);
  color: var(--text);
  line-height: 1.65;
}
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(9,11,19,.88);
  backdrop-filter: blur(16px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand img {
  width: 132px;
  height: 48px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  padding: 5px 8px;
}
.nav-links { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.nav-links a { color: var(--muted); text-decoration: none; font-weight: 650; font-size: .95rem; }
.nav-links a:hover, .nav-links a:focus { color: var(--text); }
.hero { padding: 96px 0 68px; }
.hero-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 58px; align-items: center; }
.eyebrow { color: #e65ab4; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .78rem; }
h1 { font-size: clamp(3rem, 8vw, 6.6rem); line-height: .94; margin: 16px 0 24px; letter-spacing: -.055em; }
.lead { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.28rem); max-width: 760px; }
.collab-line { margin: 22px 0 0; color: var(--text); font-size: .98rem; }
.collab-line span { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 12px; text-decoration: none; font-weight: 800; border: 1px solid var(--line); transition: transform .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(100deg, var(--accent-3), var(--accent)); color: #fff; border-color: transparent; }
.btn-secondary { background: rgba(255,255,255,.04); }
.hero-logo {
  width: min(100%, 520px);
  margin: auto;
  display: block;
  background: #fff;
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 26px 80px rgba(0,0,0,.35);
}
.hero-collab {
  width: min(100%, 520px);
  margin: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(28,23,48,.98), rgba(15,14,27,.96));
  box-shadow: 0 26px 80px rgba(0,0,0,.35);
}
.hero-collab-primary { display: grid; grid-template-columns: minmax(0, 1fr) auto 136px; align-items: center; gap: 14px; }
.hero-mark { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); text-align: center; }
.hero-mark img { display: block; max-width: 100%; max-height: 104px; object-fit: contain; }
.hero-mark-makasa img { width: 220px; background: #fff; border-radius: 12px; padding: 8px 10px; }
.hero-mark-square img { width: 104px; height: 104px; border-radius: 18px; }
.hero-mark span { color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.hero-times { font-size: 2rem; font-weight: 900; color: #e65ab4; }
.hero-collab-with { margin: 18px 0 10px; text-align: center; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.hero-partner { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.hero-partner img { width: 84px; height: 84px; object-fit: cover; border-radius: 50%; background: #fff; }
.hero-partner strong, .hero-partner span { display: block; }
.hero-partner strong { line-height: 1.2; }
.hero-partner span { color: var(--muted); margin-top: 4px; font-size: .88rem; }
.section { padding: 72px 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 30px; }
.section h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; margin: 8px 0 12px; letter-spacing: -.04em; }
.section p { color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { border: 1px solid var(--line); border-radius: 18px; padding: 24px; background: var(--panel); box-shadow: 0 18px 60px rgba(0,0,0,.12); }
.card h3 { margin: 0 0 8px; font-size: 1.18rem; }
.card p { margin: 0; font-size: .96rem; }
.card .tag { display: inline-block; margin-bottom: 16px; color: #ef6caf; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.partner-card { display: flex; flex-direction: column; }
.partner-logo { height: 150px; display: flex; align-items: center; justify-content: center; margin: -4px -4px 20px; border-radius: 14px; background: rgba(255,255,255,.03); overflow: hidden; }
.partner-logo img { width: 118px; height: 118px; object-fit: cover; border-radius: 18px; background: #fff; }
.partner-logo-wide img { width: 90%; height: 104px; object-fit: contain; padding: 12px; border-radius: 14px; }
.pipeline { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.pipeline span { padding: 8px 11px; border-radius: 10px; background: rgba(255,255,255,.05); color: var(--muted); font-size: .88rem; font-weight: 700; }
.pipeline b { color: #e65ab4; }
.leadership-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(160,32,140,.13), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(242,24,98,.10), transparent 28%);
}
.leadership-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.leadership-card {
  position: relative;
  min-height: 270px;
  padding: 30px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(31,25,52,.96), rgba(17,16,31,.96));
  box-shadow: 0 22px 70px rgba(0,0,0,.20);
}
.leadership-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.07), transparent 36%);
}
.leadership-card-current { border-color: rgba(242,24,98,.40); }
.leadership-card-adviser { border-color: rgba(160,32,140,.44); }
.leadership-kicker { color: #ef6caf; text-transform: uppercase; letter-spacing: .12em; font-size: .77rem; font-weight: 850; }
.leadership-card h3 { position: relative; margin: 12px 0 12px; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.05; letter-spacing: -.035em; }
.leadership-card p { position: relative; margin: 0; max-width: 560px; }
.leadership-badge { position: relative; display: inline-flex; margin-top: 26px; padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); color: #f3c8e3; font-size: .82rem; font-weight: 800; }
.leadership-history-wrap { margin-top: 22px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.02); }
.leadership-history-label { margin-bottom: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 800; }
.leadership-history { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.leadership-history-card { padding: 18px 20px; border-radius: 14px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); }
.leadership-history-card span { color: #d795d1; font-size: .8rem; font-weight: 850; letter-spacing: .08em; }
.leadership-history-card h3 { margin: 5px 0 2px; font-size: 1.08rem; }
.leadership-history-card p { margin: 0; font-size: .88rem; }
.project-card { display: flex; min-height: 220px; flex-direction: column; }
.project-card .meta { margin-top: auto; padding-top: 22px; color: #d795d1; font-weight: 750; font-size: .9rem; }
.focus-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.focus-pill { padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: rgba(255,255,255,.025); }
.cta { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, rgba(85,37,143,.20), rgba(242,24,98,.10)); }
.footer { padding: 34px 0 50px; color: var(--muted); border-top: 1px solid var(--line); font-size: .92rem; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.page-hero { padding: 76px 0 40px; }
.page-hero h1 { font-size: clamp(2.7rem, 7vw, 5rem); }
.small { font-size: .9rem; color: var(--muted); }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-logo, .hero-collab { width: min(100%, 620px); }
  .grid, .grid.two { grid-template-columns: 1fr 1fr; }
  .collaboration-grid { grid-template-columns: 1fr; }
  .leadership-featured { grid-template-columns: 1fr; }
  .focus-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .brand img { width: 118px; height: 44px; }
  .nav-links { gap: 14px; }
  .hero { padding-top: 64px; }
  .hero-logo, .hero-collab { border-radius: 18px; padding: 18px; }
  .hero-collab-primary { grid-template-columns: 1fr; }
  .hero-times { line-height: 1; transform: rotate(90deg); }
  .hero-mark { min-height: 130px; }
  .hero-partner { align-items: flex-start; }
  .hero-partner img { width: 70px; height: 70px; flex: 0 0 auto; }
  .grid, .grid.two, .focus-list { grid-template-columns: 1fr; }
  .pipeline { justify-content: flex-start; }
  .pipeline b { transform: rotate(90deg); }
  .leadership-card { min-height: 0; padding: 24px; }
  .leadership-history { grid-template-columns: 1fr; }
  .cta { flex-direction: column; align-items: flex-start; }
}
