:root{
  --bg0:#070b10;
  --bg1:#0b1220;
  --card:#0f1a2b;
  --line:rgba(255,255,255,.10);
  --txt:#eaf0ff;
  --muted:rgba(234,240,255,.72);
  --accent:#ffd05e;
  --accent2:#44b3ff;
  --ok:#2dd189;
  --shadow:0 18px 60px rgba(0,0,0,.55);
  --radius:18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  color:var(--txt);
  font-family: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  background:
    radial-gradient(900px 520px at 20% 10%, rgba(68,179,255,.18), transparent 60%),
    radial-gradient(900px 520px at 80% 20%, rgba(255,208,94,.14), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg0));
}

a{color:inherit}
.wrap{max-width:1120px;margin:0 auto;padding:24px 16px 60px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.brand{
  display:flex;align-items:center;gap:10px;
  letter-spacing:.02em;font-weight:800;
}
.dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(180deg,var(--accent),#ff7b59);box-shadow:0 0 0 6px rgba(255,208,94,.12)}
.nav{display:flex;gap:10px;flex-wrap:wrap}
.nav a{
  text-decoration:none;
  padding:8px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(15,26,43,.35);
}
.nav a:hover{border-color:rgba(255,255,255,.20)}

.langfab{
  position:fixed;
  right:16px;
  top:96px;
  z-index:20;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.langbtn{
  width:48px;
  height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(15,26,43,.55);
  color:rgba(234,240,255,.92);
  font-weight:900;
  letter-spacing:.02em;
  cursor:pointer;
  backdrop-filter: blur(10px);
}
.langbtn[aria-pressed="true"]{
  background:linear-gradient(180deg, rgba(255,208,94,.96), rgba(255,123,89,.94));
  border-color:rgba(255,208,94,.35);
  color:#111;
}

.hero{
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:
    linear-gradient(90deg, rgba(7,11,16,.92), rgba(7,11,16,.74) 40%, rgba(7,11,16,.25)),
    var(--hero-bg) center/cover no-repeat;
}
.hero-inner{
  display:grid;
  grid-template-columns: 1.6fr .9fr;
  gap:20px;
  padding:26px;
  align-items:end;
}
.h1{
  margin:0;
  font-family:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size:clamp(34px,4.8vw,58px);
  line-height:1.02;
  letter-spacing:-.02em
}
.kicker{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(234,240,255,.62);
  font-weight:900;
  margin-bottom:10px;
}
.lead{margin:10px 0 0 0;max-width:58ch;color:var(--muted);font-size:clamp(14px,2.3vw,16px);line-height:1.45}
.intro{margin:12px 0 0 0;max-width:66ch;color:rgba(234,240,255,.82);line-height:1.55}
.tag{margin:12px 0 0 0;max-width:70ch;color:rgba(234,240,255,.86);line-height:1.55}
.cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 14px;border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(15,26,43,.45);
  color:var(--txt);
  text-decoration:none;
  font-weight:800;
}
.btn.primary{
  background:linear-gradient(180deg, rgba(255,208,94,.96), rgba(255,123,89,.94));
  color:#111;
  border-color:rgba(255,208,94,.35);
}
.btn.primary:hover{filter:brightness(1.02)}
.btn:hover{border-color:rgba(255,255,255,.22)}
.pill{
  margin:0;
  padding:10px 12px;
  border-radius:16px;
  border:1px dashed rgba(255,255,255,.18);
  background:rgba(15,26,43,.30);
  color:rgba(234,240,255,.78);
  font-size:13px;
  line-height:1.35;
}
.hero-media{
  display:flex;justify-content:flex-end;align-items:flex-end;
}
.portrait{
  width:min(320px,100%);
  aspect-ratio: 1 / 1.05;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.25);
  overflow:hidden;
}
.portrait img{width:100%;height:100%;object-fit:cover;display:block}

.section{margin-top:18px}
.card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(15,26,43,.72), rgba(15,26,43,.34));
  box-shadow: 0 14px 48px rgba(0,0,0,.35);
  overflow:hidden;
}
.card .hd{
  padding:14px 14px 0 14px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:12px;
  color:rgba(234,240,255,.72);
}
.card .bd{padding:14px}
.h2{
  margin:0 0 10px 0;
  font-family:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size:26px;
  letter-spacing:-.01em;
}
.h3{margin:14px 0 8px 0;font-size:18px;letter-spacing:-.01em}
.p{margin:0;color:var(--muted);line-height:1.55}
.p + .p{margin-top:8px}
.p b{color:rgba(234,240,255,.92)}

.sec-media{
  display:flex;
  justify-content:flex-end;
  margin-bottom:6px;
}
.sec-media img{
  width:52px;
  height:52px;
  opacity:.95;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.45));
}

.clamp-2,
.clamp-3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.clamp-2{-webkit-line-clamp:2}
.clamp-3{-webkit-line-clamp:3}

.cards{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}
.proj{
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(7,11,16,.25);
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height: 280px;
}
.proj-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.proj-mini{
  width:34px;
  height:34px;
  opacity:.92;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.42));
}
.proj .btn{margin-top:auto}
.proj .actions{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}
.proj .actions .btn{margin-top:0}
.btn.secondary{
  background:rgba(7,11,16,.35);
  border-color:rgba(255,255,255,.14);
}
.btn.secondary:hover{border-color:rgba(255,255,255,.22)}
.chip{
  display:inline-flex;
  align-items:center;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(68,179,255,.12);
  border:1px solid rgba(68,179,255,.25);
  color:rgba(234,240,255,.86);
  width:max-content;
}

.stack{
  margin-top:6px;
  border-top:1px solid rgba(255,255,255,.10);
  padding-top:10px;
}
.stack.wide{margin-top:14px}
.st{
  display:block;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(234,240,255,.62);
  font-weight:900;
  margin-bottom:8px;
}
.stackchips{display:flex;flex-wrap:wrap;gap:8px}
.schip{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,208,94,.10);
  border:1px solid rgba(255,208,94,.20);
  color:rgba(234,240,255,.90);
  font-size:12px;
  font-weight:700;
}
.pillars{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}
.pillar{
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(7,11,16,.22);
  padding:14px;
}
.pillar .h3{margin-top:0}

.quote{
  margin:0;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(7,11,16,.25);
  color:rgba(234,240,255,.84);
  line-height:1.65;
  font-size:15px;
}

.keywords{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.kw{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(7,11,16,.20);
  color:rgba(234,240,255,.78);
  font-size:12px;
  font-weight:700;
}

.impact{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
}
.impactcard{
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(7,11,16,.22);
  padding:14px;
}
.metric{
  font-family:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size:28px;
  letter-spacing:-.01em;
  margin:8px 0 8px 0;
}
.impactcard .h3{margin:0}

.banner{
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  overflow:hidden;
  background:rgba(7,11,16,.25);
  margin-bottom:12px;
  position:relative;
}
.banner img{display:block;width:100%;height:auto}
.banner-cap{
  position:absolute;
  left:12px;
  bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,11,16,.55);
  color:rgba(234,240,255,.82);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  backdrop-filter: blur(10px);
}

.exp{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}
.expcard{
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(7,11,16,.22);
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.exptop{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap}
.role{font-weight:900;letter-spacing:-.01em}
.org{color:rgba(234,240,255,.72);font-weight:700}
.tagline{margin-top:6px;color:rgba(234,240,255,.72);font-size:13px;line-height:1.35}
.loc{color:rgba(234,240,255,.58);font-size:12px}
.bul{margin:0;padding-left:18px;color:rgba(234,240,255,.72);line-height:1.55}
.bul li{margin:6px 0}

.contact{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
}
.contact-item{
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:12px 12px;
  background:rgba(7,11,16,.20);
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.contact-item .k{
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(234,240,255,.62);
  font-weight:900;
  display:flex;
  align-items:center;
  gap:8px;
}
.contact-item .v{font-weight:700;color:rgba(234,240,255,.90)}
.ico{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:rgba(234,240,255,.92);
  border-radius:10px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(255,208,94,.12), rgba(68,179,255,.10));
  box-shadow: 0 8px 20px rgba(0,0,0,.28);
}
.ico svg{width:18px;height:18px;display:block}

.footer{
  margin-top:16px;
  color:rgba(234,240,255,.55);
  font-size:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.footlink{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(234,240,255,.7);
  text-decoration:none;
  font-weight:800;
}
.footlink svg{width:16px;height:16px;opacity:.9}
.footlink:hover{color:rgba(234,240,255,.92)}
.footnote{
  margin-top:10px;
  color:rgba(234,240,255,.46);
  font-size:12px;
  line-height:1.45;
}

.player-modal{
  position:fixed;
  inset:0;
  z-index:50;
  display:none;
}
.player-modal.on{display:block}
.pm-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.62);
  backdrop-filter: blur(10px);
}
.pm-panel{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:min(920px, calc(100vw - 26px));
  max-height:min(82vh, 760px);
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(15,26,43,.92), rgba(7,11,16,.85));
  box-shadow: 0 24px 80px rgba(0,0,0,.65);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.pm-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 12px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.pm-title{font-weight:900;letter-spacing:-.01em}
.pm-close{
  width:40px;height:40px;border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,11,16,.35);
  color:rgba(234,240,255,.92);
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.pm-close:hover{border-color:rgba(255,255,255,.22)}
.pm-body{
  padding:12px;
  overflow:auto;
}
.pm-meta{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(7,11,16,.20);
}
.pm-cover{
  width:64px;
  height:64px;
  border-radius:14px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
}
.pm-meta-txt{min-width:0}
.pm-meta-title{font-weight:900;letter-spacing:-.01em}
.pm-meta-desc{margin-top:4px;color:rgba(234,240,255,.72);font-size:13px;line-height:1.35}
.pm-body iframe{
  width:100%;
  height:min(60vh, 520px);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:#000;
}
.pm-foot{
  padding:12px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.pm-q{
  color:rgba(234,240,255,.70);
  font-size:12px;
  line-height:1.35;
}

.logos{
  margin-top:14px;
  border-top:1px solid rgba(255,255,255,.10);
  padding-top:12px;
}
.logos-hd{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(234,240,255,.62);
  font-weight:900;
  margin-bottom:10px;
}
.logos-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.logo{
  height:44px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(7,11,16,.18);
  color:rgba(234,240,255,.80);
  font-weight:800;
  letter-spacing:.02em;
}
.logo svg{height:18px;width:auto;display:block;opacity:.9}
.logo .w{font-family:"Space Grotesk", ui-sans-serif, system-ui, sans-serif}

@media (max-width: 920px){
  .hero-inner{grid-template-columns: 1fr;align-items:start}
  .hero-media{justify-content:flex-start}
  .cards{grid-template-columns:1fr}
  .pillars{grid-template-columns:1fr}
  .impact{grid-template-columns:1fr}
  .exp{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
  .langfab{top:auto;bottom:16px}
  .pm-panel{top:auto;left:0;right:0;bottom:0;transform:none;width:100vw;border-radius:18px 18px 0 0;max-height:86vh}
  .pm-body iframe{height:54vh}
  .sec-media{justify-content:flex-start}
}

@media (max-width: 520px){
  .wrap{padding:18px 14px 54px}
  .langbtn{width:52px;height:46px}
}
