:root{
  --bg:#08070a;
  --panel:#0f0c14;
  --text:#f0ebf7;
  --muted:#aaa0b7;
  --line:#2d2738;
  --line-soft:#211c2a;
  --purple:#7244d5;
  --purple-bright:#9367f5;
  --purple-deep:#3b245f;
  --gold:#aa884f;
  --max:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 50% -10%,rgba(104,68,167,.14),transparent 34rem),
    linear-gradient(180deg,#0b0910 0%,var(--bg) 42%,#070609 100%);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.shell{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.noise{position:fixed;inset:0;pointer-events:none;z-index:99;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}

.nav{height:78px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line-soft)}
.brand{display:flex;align-items:center;gap:11px;font-size:.78rem;font-weight:900;letter-spacing:.24em}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;overflow:hidden;border:1px solid #423451;background:#0b0910;padding:2px}
.brand-mark img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block}
nav{display:flex;align-items:center;gap:25px;color:#b4aabe;font-size:.83rem}
nav a:not(.button):hover,.text-link:hover{color:#fff}

.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border:1px solid #9367f5;background:linear-gradient(180deg,#895ee9,#6e3ecb);color:#fff;font-size:.85rem;font-weight:800;transition:background .15s ease,border-color .15s ease,transform .15s ease;box-shadow:0 8px 28px rgba(74,38,139,.18)}
.button:hover{background:linear-gradient(180deg,#9a72f7,#7849d7);border-color:#aa86ff;transform:translateY(-1px)}
.button:disabled{opacity:.55;cursor:not-allowed}
.button-small{min-height:35px;padding:0 14px}
.text-link{color:#b8aec4;border-bottom:1px solid #5b5268;padding-bottom:2px;font-size:.86rem}

.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:70px 0 88px}
.hero-emblem-wrap{display:grid;place-items:center;width:min(340px,68vw);aspect-ratio:1/1;margin:0 auto 28px;border-radius:50%;padding:10px;border:1px solid #423451;background:radial-gradient(circle at 50% 35%,rgba(34,24,46,.95),rgba(11,9,16,.98));box-shadow:0 16px 40px rgba(76,41,144,.16), inset 0 0 0 1px rgba(255,255,255,.03)}
.hero-emblem{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;border-radius:50%;filter:drop-shadow(0 22px 45px rgba(76,41,144,.22))}
.kicker{margin:0 0 14px;color:#a89abc;font-size:.68rem;font-weight:900;letter-spacing:.24em}
h1,h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-weight:400}
h1{font-size:clamp(5rem,12vw,8.5rem);line-height:.78;letter-spacing:-.055em}
h1 span{color:var(--purple-bright)}
h2{font-size:clamp(2.5rem,5vw,4.6rem);line-height:1;letter-spacing:-.035em}
.hero-line{margin:34px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem,2.6vw,2.15rem);color:#ddd2ef}
.lede{max-width:680px;margin:18px auto 0;color:#b4aabe;font-size:1rem}
.hero-actions{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:30px}
.hero-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:0;margin-top:45px;padding-top:20px;border-top:1px solid var(--line);color:#8f849c;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.hero-meta span{padding:0 18px;border-right:1px solid var(--line)}
.hero-meta span:last-child{border-right:0}

.section{padding:96px 0;border-top:1px solid var(--line)}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:72px;align-items:start}
.section-copy{max-width:520px;color:#b3a9bf;font-size:1rem}
.section-copy p{margin:0 0 18px}
.section-copy .button{margin-top:16px}

.facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.facts>div{padding:30px 28px;border-right:1px solid var(--line);text-align:center}
.facts>div:last-child{border-right:0}
.facts span{display:block;margin-bottom:7px;color:#83788f;font-size:.62rem;font-weight:900;letter-spacing:.18em}
.facts strong{font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;font-weight:400;color:#e5dcf3}

.leaders{display:grid;gap:22px;margin-top:28px}
.leaders div{display:flex;align-items:baseline;gap:14px}
.leaders strong{font-family:Georgia,"Times New Roman",serif;font-size:2.15rem;font-weight:400}
.leaders span{color:#8e829d;font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}

.last-call{display:flex;flex-direction:column;align-items:center;text-align:center;padding:86px 0 92px;border-top:1px solid var(--line)}
.last-call img{display:block;width:108px;height:108px;object-fit:contain;object-position:center center;border-radius:50%;padding:6px;border:1px solid #423451;background:#0b0910;margin-bottom:22px;box-shadow:0 12px 30px rgba(65,35,124,.2)}
.last-call h2{font-size:clamp(2.1rem,4vw,3.6rem)}
.last-call p{margin:14px 0 25px;color:#b2a8be;font-family:Georgia,"Times New Roman",serif;font-size:1.15rem}

.footer{display:flex;justify-content:space-between;padding:30px 0 42px;border-top:1px solid var(--line-soft);color:#71677c;font-size:.63rem;font-weight:800;letter-spacing:.14em}

.apply-shell{max-width:900px}
.apply-heading{text-align:center;padding:72px 0 52px;border-bottom:1px solid var(--line)}
.apply-heading h1{font-size:clamp(4rem,9vw,6.5rem);line-height:.88}
.apply-heading p{max-width:640px;margin:24px auto 0;color:#b1a7bd}
.apply-note{max-width:560px;margin:22px auto 0;padding:12px 16px;border:1px solid #3b2d50;background:#0d0b11;color:#988ca8;font-size:.85rem}
.application-form{padding-bottom:90px}
.form-section{padding:50px 0;border-bottom:1px solid var(--line)}
.section-content h2{font-size:2rem;margin-bottom:28px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.section-content>label,.grid-2 label{display:grid;gap:9px;margin-bottom:20px;color:#d2c8df;font-size:.81rem;font-weight:800}
.grid-2 label{margin-bottom:0}
input,select,textarea{width:100%;padding:13px 14px;border:1px solid #3a3345;background:#0b0910;color:var(--text);font:inherit;outline:none;border-radius:0}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--purple-bright);background:#100c16;box-shadow:0 0 0 1px rgba(147,103,245,.16)}
.muted{color:#7d7388;font-weight:500}
.submit-row{display:flex;align-items:center;gap:18px;margin-top:30px}
#form-status{color:#aaa0b7;font-size:.86rem}
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}

@media(max-width:800px){
  .shell{width:min(calc(100% - 28px),var(--max))}
  .nav{height:70px}
  .nav nav a:not(.button){display:none}
  .hero{padding:54px 0 68px}
  .hero-emblem-wrap{width:min(280px,76vw)}
  .hero-meta{gap:10px 0}
  .hero-meta span{padding:0 10px}
  .split{grid-template-columns:1fr;gap:30px}
  .section{padding:72px 0}
  .facts{grid-template-columns:1fr}
  .facts>div{border-right:0;border-bottom:1px solid var(--line)}
  .facts>div:last-child{border-bottom:0}
  .leaders div{flex-direction:column;gap:3px}
  .last-call{padding:70px 0}
  .grid-2{grid-template-columns:1fr}
  .submit-row{align-items:flex-start;flex-direction:column}
  .footer{flex-direction:column;gap:9px}
}


/* v0.9 polish pass */
:root{
  --max:1080px;
}

body{
  font-size:16px;
  letter-spacing:0;
}

.nav{
  height:74px;
}

.brand{
  gap:10px;
  letter-spacing:.20em;
}

nav{
  gap:22px;
  font-size:.8rem;
}

.button{
  min-height:42px;
  padding:0 18px;
  border-radius:2px;
  box-shadow:0 6px 20px rgba(74,38,139,.14);
}

.button:hover{
  transform:translateY(-1px);
}

.button-small{
  min-height:34px;
  padding:0 13px;
}

.hero{
  padding:62px 0 76px;
}

.hero-emblem-wrap{
  width:min(316px,66vw);
  margin-bottom:24px;
  padding:8px;
}

.kicker{
  margin-bottom:12px;
  letter-spacing:.20em;
}

h1{
  font-size:clamp(4.7rem,10vw,7.8rem);
  line-height:.82;
}

h2{
  font-size:clamp(2.3rem,4.6vw,4.1rem);
  line-height:1.02;
}

.hero-line{
  margin-top:28px;
  font-size:clamp(1.35rem,2.2vw,1.9rem);
}

.lede{
  max-width:620px;
  margin-top:16px;
  line-height:1.65;
}

.hero-actions{
  margin-top:26px;
}

.hero-meta{
  margin-top:38px;
  padding-top:18px;
  font-size:.64rem;
  letter-spacing:.10em;
}

.section{
  padding:82px 0;
}

.split{
  gap:60px;
}

.section-copy{
  max-width:500px;
  line-height:1.7;
}

.section-copy p{
  margin-bottom:16px;
}

.facts>div{
  padding:26px 22px 28px;
}

.facts strong{
  font-size:1.28rem;
}

.leaders{
  gap:18px;
  margin-top:24px;
}

.leaders strong{
  font-size:1.95rem;
}

.last-call{
  padding:72px 0 78px;
}

.last-call img{
  width:96px;
  height:96px;
  margin-bottom:18px;
}

.last-call p{
  margin:12px 0 22px;
}

.footer{
  padding:26px 0 34px;
}

.apply-heading{
  padding:62px 0 46px;
}

.apply-heading h1{
  font-size:clamp(3.8rem,8vw,5.8rem);
}

.apply-heading p{
  margin-top:20px;
  line-height:1.65;
}

.form-section{
  padding:44px 0;
}

.section-content h2{
  margin-bottom:24px;
}

input,select,textarea{
  padding:12px 13px;
}

@media(max-width:800px){
  .nav{height:68px}
  .hero{padding:46px 0 60px}
  .hero-emblem-wrap{width:min(250px,72vw);margin-bottom:20px}
  .hero-actions{gap:16px}
  .hero-meta{margin-top:32px}
  .section{padding:64px 0}
  .split{gap:26px}
  .last-call{padding:60px 0 64px}
  .apply-heading{padding:54px 0 42px}
  .form-section{padding:38px 0}
}
