  <style>
    :root {
      --paper: #f7f2e8;
      --paper2: #efe5d2;
      --ink: #1f2530;
      --navy: #213a63;
      --red: #9b2c2c;
      --muted: #5e6672;
      --line: rgba(33, 58, 99, 0.18);
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      color: var(--ink);
      background:
        linear-gradient(to bottom, rgba(255,255,255,0.45), rgba(255,255,255,0.15)),
        linear-gradient(to bottom, var(--paper), var(--paper2));
    }

    .topband {
      height: 14px;
      background: linear-gradient(
        to right,
        var(--navy) 0% 33%,
        #ffffff 33% 66%,
        var(--red) 66% 100%
      );
      border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .page {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 24px 60px;
    }

    header {
      padding: 26px 0 18px;
      border-bottom: 1px solid var(--line);
      text-align: center;
    }

    .domain-main {
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.05;
      color: var(--navy);
      margin: 0;
      font-weight: 700;
      word-break: break-word;
    }

    .domain-sub {
      margin-top: 8px;
      font-size: 1.05rem;
      color: var(--muted);
      word-break: break-word;
    }

    nav {
      margin-top: 16px;
      font-size: 0.95rem;
    }

    nav a {
      color: var(--navy);
      text-decoration: none;
      margin: 0 12px;
    }

    nav a:hover { text-decoration: underline; }

    main {
      padding-top: 0;
    }

article {
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 750px;
  margin: 0;
}

    .welcome-title {
      text-align: center;
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      line-height: 1.0;
      margin: 0 0 26px;
      color: var(--ink);
      font-weight: 700;
    }

    article p {
      margin: 0 0 1.4em;
    }

    .discussion {
      margin-top: 48px;
      padding-top: 18px;
    }

    .discussion h2 {
      margin: 0 0 14px;
      font-size: 1.15rem;
      color: var(--navy);
      font-weight: 700;
    }

    .discussion-note {
      margin: 0 0 18px;
      font-size: 0.95rem;
      color: var(--muted);
      line-height: 1.6;
    }

    footer {
      margin-top: 36px;
      padding-top: 16px;
      border-top: 1px solid var(--line);
      font-size: 0.92rem;
      color: var(--muted);
      text-align: center;
    }

    @media (max-width: 640px) {
      .page { padding: 0 16px 40px; }
      nav a { margin: 0 8px; }
      article { font-size: 1.03rem; line-height: 1.72; }
    }
	
	.site-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
}

.header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-short {
  font-size: 28px;
  font-weight: bold;
  display: block;
}

.site-long {
  font-size: 16px;
  opacity: 0.8;
  display: block;
  margin-left: 12px;
}

.header-nav a {
  margin-left: 20px;
  text-decoration: none;
  font-weight: 500;
}

.page-title {
  text-align: right;
  font-size: 36px;
  font-weight: bold;
  color: #2c3e70;
  margin-top: 10px;
}

main p {
  line-height: 1.5;
}
	
	
.section-title {
  margin: 0 0 6px;
  font-size: 1.15rem;
  color: var(--navy);
  font-weight: 700;
}

article p {
  margin: 0 0 0.5em;
  line-height: 1.6;
}	

#disqus_thread {
  overflow: hidden;
  position: relative;
}

#disqus_thread iframe {
  position: relative;
  top: -170px;
}

#disqus_thread iframe {
  opacity: 0.88;
}

.hero-weave {
  margin: 2px 0 -40px;
  padding: 0;
  border-top: 1px solid rgba(33, 58, 99, 0.12);
  border-bottom: 1px solid rgba(33, 58, 99, 0.12);
}

.hero-weave svg {
  display: block;
  width: 100%;
  height: 100px;
  overflow: visible;
}

.weave {
  margin-top: 4px;
  margin-bottom: 4px;
}


.org-note {
  margin: 0 0 22px;
}

.org-section-title {
  margin: 28px 0 12px;
  font-size: 1.35rem;
  color: var(--navy);
  font-weight: 700;
}

.org-note {
  margin: 0 0 14px;
  line-height: 1.5;
}

.org-section-label {
  margin: 16px 0 6px;
  font-size: 1rem;
  color: var(--navy);
  font-weight: 700;
}

.org-state {
  margin-top: 10px;
  padding-top: 6px;
  border-top: 1px solid var(--line);
}

.org-state-line {
  margin: 0 0 3px;
  font-size: 1rem;
  color: var(--navy);
  line-height: 1.3;
}

.org-state-name {
  font-weight: 700;
}

.org-status {
  font-weight: 400;
}

.org-line {
  margin: 0 0 1px 12px;
  line-height: 1.3;
}

.org-line a {
  color: #1a73e8;
  text-decoration: none;
}

.org-line a:hover {
  text-decoration: underline;
}


  </style>