/* Eight stable anchors keep movement gentle and labels separate. */
.sphere strong{font-size:var(--label-size,18px)!important}.inner-sphere strong{font-size:var(--label-size,9px)!important}.sphere small{max-width:90%;font-size:9px;white-space:normal;text-align:center}
.trail-toggle{position:absolute;right:8px;top:32px;z-index:500;border:1px solid #b5d8cc55;border-radius:24px;background:#142536df;padding:10px 15px;font:11px system-ui}.trail-toggle:focus-visible{outline:2px solid white;outline-offset:3px}
.torus-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.sphere[hidden]{display:none}.inner-sphere strong{font-size:var(--label-size,10px)!important;line-height:1.1}.inner-sphere small,.inner-sphere .symbol{display:none}.inner-sphere{padding:3px}.depth-label{position:absolute;top:0;left:0;right:0;text-align:center;font:11px system-ui;letter-spacing:2px;color:#c3dacf}.sun{display:none!important}.distant-sphere{filter:saturate(.75)}.scene-controls{min-height:46px}.scene-controls button{min-width:30px;min-height:30px}.scene-controls input{height:30px}.sphere strong{max-width:95%;overflow-wrap:normal;text-align:center}.sphere .symbol{flex-shrink:0}
.mobius-ribbon{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.orbit{display:none}.sun{z-index:100;pointer-events:none}.sphere:focus-visible{z-index:400!important;opacity:1!important}.scene-controls{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;z-index:500;background:#152637e8;border:1px solid #b5d8cc55;padding:8px 14px;border-radius:28px;font:12px system-ui}.scene-controls button{background:none;border:0;font:24px system-ui}.scene-controls input{width:90px;accent-color:#c9e7d8}.scene-controls output{white-space:nowrap}.scene-controls button:focus-visible,.scene-controls input:focus-visible{outline:2px solid #fff;outline-offset:3px}.scene-controls button:disabled{opacity:.35}.universe .hint{z-index:500;pointer-events:none;font-size:10px}body::before{transform:scale(var(--backdrop-zoom,1))}.universe{isolation:isolate}.sphere small{pointer-events:none}.sphere strong,.sphere .symbol{pointer-events:none}
@media(max-width:800px){.universe{height:540px!important}.universe .sun{top:calc(50% - 35px);width:90px;height:90px}.sun span{font-size:13px}.sun small{font-size:8px}.sphere strong{font-size:13px}.sphere small{display:none}.sphere .symbol{font-size:19px}.sphere{gap:5px}}
.sphere{animation:none;touch-action:none;user-select:none;cursor:grab}.sphere.dragging{cursor:grabbing;z-index:5;transition:none}.universe .hint{padding:0 12px;line-height:1.5}.jurisdiction summary{font-size:24px;cursor:pointer;padding:8px 0}.jurisdiction summary:focus-visible{outline:3px solid #b6dbcd;outline-offset:5px}
.jurisdiction{padding:24px;border:1px solid #c4d6d433;border-radius:18px;background:#122536cc}.jurisdiction label{display:block;font:13px system-ui;margin:18px 0 8px}.jurisdiction select{width:100%;padding:12px;border:1px solid #849cac;border-radius:8px;background:#14293b;color:#eef5f4;font:15px system-ui}.jurisdiction select:focus-visible{outline:3px solid #b6dbcd;outline-offset:3px}
.universe { overflow: hidden; }
.universe .hint { bottom: 0; }
.sphere {
  background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.95),rgba(var(--tone),.93) 62%,rgba(var(--tone),.78));
  color:#203046;
  text-shadow:none;
  border-color:rgba(255,255,255,.62);
  box-shadow:inset -8px -12px 22px rgba(var(--tone),.3),0 7px 30px #030c2533
}
.sphere small {
  color:#304158
}
.sphere .symbol {
  color:#39516c
}
.work {
  --tone:184,204,237
}
.health {
  --tone:183,223,206
}
.leisure {
  --tone:242,219,180
}
.social {
  --tone:235,196,215
}
.education {
  --tone:209,198,239
}

.sphere.family {
  --tone:240,205,188
}
.sphere.culture {
  --tone:217,204,240
}
.sphere.finance {
  --tone:183,219,220
}

body {
  background:#080f20;
  isolation:isolate;
  overflow-x:clip
}
body::before {
  content:'';
  position:fixed;
  inset:-16px;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(90deg,#071020ed,#071020b8),url('imported/COEVOL.jpg') center/cover;
  filter:blur(5px)
}

.languages {
  display:flex;
  gap:12px;
  align-items:center;
  font:12px system-ui;
  letter-spacing:1px
}
.languages a {
  color:#9dabbc;
  text-decoration:none
}
.languages [aria-current] {
  color:#e1f0e9;
  border-bottom:1px solid #b8d7c6;
  padding:5px 0
}
.languages a:hover {
  color:#fff
}
.tools {
  flex-wrap:wrap;
  justify-content:flex-end
}
.intro>p:not(.eyebrow) {
  font:15px/1.9 system-ui;
  color:#aebcca
}
#reset-layout:disabled {
  cursor:default;
  opacity:.65
}

.explore {
  display:inline-flex;
  gap:35px;
  align-items:center;
  margin-top:20px;
  border-bottom:1px solid #bddbc4;
  padding-bottom:12px;
  color:#d4e8dc;
  font:13px system-ui;
  text-decoration:none
}

.vision {
  margin:100px 5vw 30px;
  padding:65px 5vw;
  border-top:1px solid #bfd9ca33;
  background:linear-gradient(135deg,#0b172ae8,#112a30b8);
  border-radius:28px
}

.vision h2 {
  font-size:clamp(32px,4vw,55px);
  font-weight:normal;
  line-height:1.15;
  letter-spacing:-1px
}
.vision-lead {
  max-width:740px;
  color:#c0ced8;
  font:17px/1.9 system-ui
}
.principles {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin:55px 0
}
.principles article>span {
  font:12px system-ui;
  color:#90bcae;
  letter-spacing:2px
}
.principles h3 {
  font-size:27px;
  font-weight:normal
}
.principles p {
  font:14px/1.8 system-ui;
  color:#b8c7d4
}
.vision-note {
  font:12px/1.8 system-ui;
  color:#a4b5c6;
  max-width:780px
}
footer nav {
  display:flex;
  gap:20px;
  flex-wrap:wrap
}
footer a {
  color:#c9d7df;
  text-underline-offset:5px
}
.legal-content {
  display:block;
  max-width:940px;
  margin:auto;
  padding:30px 5vw 70px
}
.legal-content section {
  margin:45px 0
}
.legal-content h1 {
  font-size:48px
}
.legal-content h2 {
  font-size:28px;
  font-weight:normal
}
.legal-content p,.legal-content li,.legal-content dd,.legal-content dt {
  font:15px/1.8 system-ui
}
.legal-content dt {
  color:#a2cdbb;
  margin-top:16px
}
.legal-content dd {
  margin-left:0
}
.legal-content a {
  color:#b8ddce
}
.draft {
  padding:18px;
  border:1px solid #d4b27877;
  border-radius:12px;
  color:#efd3a3;
  background:#382d1844
}
.legal-content li {
  margin:8px 0
}

@media(max-width:800px) {
  .principles {
  grid-template-columns:1fr;
  gap:18px
}
.vision {
  margin-top:65px;
  padding:32px 7vw
}
.vision-lead {
  font-size:15px
}
footer {
  align-items:flex-start;
  flex-direction:column
}

}

@media(min-width:801px) {

  main {
  grid-template-columns:28% 72%
}

  .universe {
  height:710px;
  min-height:640px;
  max-height:none
}

  .sphere {
  width:126px;
  height:126px
}

  .sphere strong {
  font-size:19px
}

  .work {
  left:calc(28% - 63px);
  top:5%;
  bottom:auto;
  right:auto
}

  .health {
  left:calc(69% - 63px);
  top:5%;
  bottom:auto;
  right:auto
}

  .leisure {
  left:calc(89% - 63px);
  top:30%;
  bottom:auto;
  right:auto
}

  .social {
  left:calc(89% - 63px);
  top:58%;
  bottom:auto;
  right:auto
}

  .education {
  left:calc(70% - 63px);
  top:79%;
  bottom:auto;
  right:auto
}

  .family {
  --tone:234,168,136;
  left:calc(30% - 63px);
  top:79%;
  animation-delay:-2s
}

  .culture {
  --tone:184,156,231;
  left:calc(10% - 63px);
  top:58%;
  animation-delay:-6s
}

  .finance {
  --tone:133,199,193;
  left:calc(10% - 63px);
  top:30%;
  animation-delay:-8s
}


}

@media(max-width:800px) {

  .universe {
  height:880px
}

  .sun {
  top:47%;
  width:116px;
  height:116px
}

  .sphere {
  width:122px;
  height:122px
}

  .work {
  left:4%;
  top:2%;
  bottom:auto;
  right:auto
}

  .health {
  right:4%;
  top:2%;
  bottom:auto;
  left:auto
}

  .leisure {
  left:4%;
  top:23%;
  bottom:auto;
  right:auto
}

  .social {
  right:4%;
  top:23%;
  bottom:auto;
  left:auto
}

  .education {
  left:4%;
  top:60%;
  bottom:auto;
  right:auto
}

  .family {
  --tone:234,168,136;
  right:4%;
  top:60%;
  animation-delay:-2s
}

  .culture {
  --tone:184,156,231;
  left:4%;
  top:81%;
  animation-delay:-6s
}

  .finance {
  --tone:133,199,193;
  right:4%;
  top:81%;
  animation-delay:-8s
}

  .orbit-one {
  height:48%
}
.orbit-two {
  height:95%
}


}

@media(max-width:340px) {
  .sphere {
  width:112px;
  height:112px
}
.sphere small {
  font-size:8px
}

}


/* Compact heading above a full-width exploration surface. */
main { display:block; padding:0 3vw; min-height:0; }
main .intro { text-align:center; padding:8px 0 0; }
main .intro .eyebrow { margin:4px 0; }
main .intro h1 { font-size:clamp(27px,3.2vw,44px); letter-spacing:-1px; margin:8px 0; line-height:1.15; }
main .intro h1 br, main .intro>p:not(.eyebrow) br { display:none; }
main .intro h1 em::before, main .intro>p:not(.eyebrow) br::after { content:' '; }
main .intro>p:not(.eyebrow) { margin:6px 0; font-size:13px; line-height:1.5; }
main .intro .explore { margin-top:6px; font-size:12px; padding-bottom:4px; }
main .universe { width:100%; max-width:1200px; margin:12px auto 0; height:820px; min-height:0; max-height:none; }
@media(max-width:800px) {
  main .universe { height:clamp(470px,120vw,760px)!important; }
  main .intro h1 { font-size:30px; }
  main .intro>p:not(.eyebrow) { max-width:320px; margin:6px auto; }
}

/* Soft spherical lighting, including the smaller inner-ring objects. */
.universe .sphere {
  background:
    radial-gradient(ellipse at 30% 20%,rgba(255,255,255,.86) 0%,rgba(255,255,255,.22) 22%,transparent 48%),
    radial-gradient(circle at 38% 30%,rgb(var(--tone)) 20%,rgba(var(--tone),.98) 49%,#68818d 100%);
  border:1px solid rgba(255,255,255,.42);
  box-shadow:inset 4px 5px 10px #ffffff50,inset -9px -13px 18px #18314865,0 9px 15px #02091955;
  color:#182b40;
  text-shadow:0 1px 1px #ffffff70;
}
.universe .inner-sphere {
  box-shadow:inset 2px 3px 6px #ffffff50,inset -5px -7px 10px #18314865,0 5px 9px #02091955;
}
.universe .sphere:focus-visible { outline:3px solid #d4f0e3; outline-offset:4px; }

.privacy-vision{margin:40px auto 70px;padding:32px 6vw;max-width:1200px;border-top:1px solid #b7d9cd40}.privacy-vision>p:not(.eyebrow){max-width:760px;color:#becbd6;line-height:1.8}.privacy-vision h2{font-size:clamp(26px,3vw,40px);font-weight:normal}.privacy-vision .principles{margin-top:28px}

.universe{touch-action:none}.scene-controls input{touch-action:pan-x}
