
:root{
  --ink:#14212b;
  --muted:#65727b;
  --paper:#f6f3ed;
  --white:#ffffff;
  --accent:#e56f4a;
  --accent2:#e6b550;
  --deep:#172a31;
  --line:rgba(20,33,43,.12);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white);line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:42px;height:42px;border:1.5px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-weight:800;letter-spacing:-1px}
.brand-text{display:flex;flex-direction:column;line-height:1.15}
.brand-text small{margin-top:5px;color:var(--muted);font-size:11px}
.nav{display:flex;align-items:center;gap:24px;font-size:14px}
.nav a:hover{opacity:.65}
.nav-cta{padding:11px 16px;border:1px solid var(--ink);border-radius:999px}
.menu-toggle{display:none;border:0;background:none;font-size:26px}
.hero{position:relative;overflow:hidden;padding:88px 0 80px;background:linear-gradient(180deg,#fff 0%,#faf8f4 100%)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:60px}
.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:700;color:var(--accent);margin:0 0 18px}
.hero h1,.section h2,.final-cta h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:1.06;letter-spacing:-.035em}
.hero h1{font-size:clamp(48px,7vw,86px);margin:0}
.hero h1 span{font-style:italic;color:var(--accent)}
.hero-cn{font-size:21px;margin:20px 0 8px;font-weight:700}
.lead{max-width:720px;font-size:18px;color:var(--muted)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;font-weight:700}
.btn-primary{background:var(--ink);color:#fff}
.btn-secondary{border:1px solid var(--ink)}
.btn-light{background:#fff;color:var(--deep);margin-top:18px}
.microcopy{font-size:13px;color:var(--muted);margin-top:18px}
.pathway-art{position:relative;min-height:520px}
.orbit{position:absolute;border:1px solid rgba(20,33,43,.18);border-radius:50%;inset:50%;transform:translate(-50%,-50%)}
.orbit-a{width:250px;height:250px}.orbit-b{width:380px;height:380px}.orbit-c{width:510px;height:510px}
.node{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:0 18px 40px rgba(20,33,43,.08);border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:700}
.node-center{width:115px;height:115px;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--accent);color:#fff;border:0;font-size:20px}
.node-1{width:78px;height:78px;left:18%;top:21%}.node-2{width:82px;height:82px;right:12%;top:25%}.node-3{width:72px;height:72px;right:17%;bottom:20%}.node-4{width:78px;height:78px;left:22%;bottom:15%}.node-5{width:67px;height:67px;left:5%;top:50%}.node-6{width:70px;height:70px;right:3%;top:52%}
.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.18}.hero-glow-one{width:420px;height:420px;background:var(--accent2);right:-160px;top:-120px}.hero-glow-two{width:280px;height:280px;background:var(--accent);left:-120px;bottom:-120px}
.section{padding:96px 0}.soft{background:var(--paper)}
.section-head{max-width:760px;margin-bottom:42px}
.section-head h2,.section h2{font-size:clamp(38px,5vw,60px);margin:0 0 18px}
.section-head p{color:var(--muted);font-size:17px}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.choice-card{background:#fff;border:1px solid var(--line);padding:26px;min-height:190px;border-radius:22px;display:flex;flex-direction:column;transition:.25s}
.choice-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(20,33,43,.08)}
.choice-card span{font-size:12px;color:var(--accent);font-weight:700}.choice-card strong{font-size:23px;margin:26px 0 6px}.choice-card small{color:var(--muted);font-size:14px}
.registration-band{margin-top:24px;padding:26px 30px;border-radius:22px;background:var(--deep);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px}
.registration-band div{display:grid;gap:4px}.registration-band span{font-size:11px;letter-spacing:.15em;color:#f3d28a;font-weight:700}.registration-band strong{font-size:22px}.registration-band p{margin:0;color:#c8d1d4;font-size:14px}.registration-band .btn{flex:0 0 auto;background:#fff;color:var(--deep)}
.split-head{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end}
.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.path-grid article{background:#fff;padding:32px;min-height:210px}
.path-grid b{font-size:12px;color:var(--accent)}.path-grid h3{font-size:22px;margin:34px 0 8px}.path-grid p{color:var(--muted);margin:0}
.dark{background:var(--deep);color:#fff}.light{color:#f1c575}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.big-copy{font-size:25px;color:#f3d28a}.dark p{color:#c8d1d4}
.feature-list{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.18)}
.feature-list div{display:grid;grid-template-columns:45px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.feature-list span{color:#f3d28a;font-size:12px}.feature-list p{margin:0}
.expo{background:#fff8ef}
.expo-panel{padding-right:20px}.expo-panel p{color:var(--muted)}.text-link{font-weight:700;color:var(--accent)}
.expo-points{display:grid;grid-template-columns:1fr 1fr;gap:18px}.expo-points div{background:#fff;padding:24px;border-radius:18px;border:1px solid rgba(20,33,43,.08)}
.expo-points strong{display:block;font-size:18px;margin-bottom:8px}.expo-points span{color:var(--muted);font-size:14px}
.partner-strip{display:flex;flex-wrap:wrap;gap:12px}.partner-strip span{padding:12px 16px;border:1px solid var(--line);border-radius:999px;background:#fff}
.manifesto{text-align:center;max-width:900px}.manifesto p{font-size:19px;color:var(--muted)}.manifesto-line{margin-top:34px;font-weight:700;padding:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.final-cta{padding:90px 0;background:var(--accent);color:#fff;text-align:center}.final-cta h2{font-size:clamp(52px,8vw,90px);margin:0 0 8px}.final-cta p{font-size:20px}
.final-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.btn-outline-light{border:1px solid rgba(255,255,255,.8);color:#fff;margin-top:18px}
footer{padding:40px 0;background:#101b21;color:#d9e0e3}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-grid p{margin:4px 0;color:#9dafb7;font-size:14px}.copyright{margin-top:12px!important}
.footer-links{display:flex;gap:16px;margin-top:12px!important}.footer-links a{text-decoration:underline;text-underline-offset:3px}.footer-links a:hover{color:#fff}
@media(max-width:900px){
  .menu-toggle{display:block}.nav{position:absolute;top:78px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:22px 20px;border-bottom:1px solid var(--line)}.nav.open{display:flex}
  .hero-grid,.two-col,.split-head{grid-template-columns:1fr}.pathway-art{min-height:420px}.orbit-c{width:390px;height:390px}.orbit-b{width:300px;height:300px}.orbit-a{width:205px;height:205px}
  .choice-grid,.path-grid{grid-template-columns:1fr 1fr}.split-head{gap:10px}.expo-points{grid-template-columns:1fr}
}
@media(max-width:600px){
  .container{width:min(calc(100% - 28px),var(--max))}.nav-wrap{gap:10px}.brand{min-width:0}.brand-text{min-width:0}.brand-text strong{font-size:15px}.brand-text small{font-size:10px}.menu-toggle{flex:0 0 auto;padding:6px}
  .hero{padding-top:58px}.hero-grid{gap:30px}.hero h1{font-size:50px}.hero-cn{font-size:18px}.lead{font-size:16px}
  .pathway-art{width:min(100%,360px);min-height:0;aspect-ratio:1/1;margin-inline:auto}
  .orbit-c{width:94%;height:94%}.orbit-b{width:72%;height:72%}.orbit-a{width:50%;height:50%}
  .node{font-size:12px;transform-origin:center}
  .node-center{width:92px;height:92px;transform:translate(-50%,-50%);font-size:17px}
  .node-1{left:16%;top:10%;transform:scale(.82)}.node-2{right:10%;top:14%;transform:scale(.82)}.node-3{right:10%;bottom:12%;transform:scale(.82)}
  .node-4{left:15%;bottom:8%;transform:scale(.82)}.node-5{left:1%;top:44%;transform:scale(.82)}.node-6{right:1%;top:46%;transform:scale(.82)}
  .choice-grid,.path-grid{grid-template-columns:1fr}.section{padding:72px 0}.section-head h2,.section h2{font-size:40px}.footer-grid{grid-template-columns:1fr}
  .registration-band{align-items:flex-start;flex-direction:column;padding:24px}.registration-band .btn{width:100%}
}
@media(max-width:360px){
  .hero h1{font-size:44px}
  .node-center{width:82px;height:82px;font-size:15px}
  .node-1,.node-2,.node-3,.node-4,.node-5,.node-6{transform:scale(.74)}
}
