:root {
  --paper:#f5f3ec;
  --ink:#183a32;
  --muted:#58665e;
  --line:#d6dacf;
  --lime:#dcf39c
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:30px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit
}
button,input {
  font:inherit
}
.wrap {
  width:min(1180px,calc(100% - 96px));
  margin-inline:auto
}
header {
  height:114px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line)
}
.brand {
  display:flex;
  gap:13px;
  align-items:center;
  text-decoration:none;
  font-size:17px;
  line-height:1.12;
  letter-spacing:-.5px
}
.brand svg {
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5
}
nav {
  display:flex;
  align-items:center;
  gap:34px;
  font-size:13px
}
nav a {
  text-decoration:none
}
.outline {
  border:1px solid var(--ink);
  padding:13px 17px;
  border-radius:3px
}
.hero {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:60px;
  padding-block:78px 80px;
  align-items:center
}
.eyebrow {
  font:11px/1.7 monospace;
  letter-spacing:1.5px;
  text-transform:uppercase;
  margin:0 0 28px
}
h1,h2 {
  font-family:Georgia,serif;
  font-weight:400;
  letter-spacing:-3px;
  margin:0;
  line-height:1.02
}
h1 {
  font-size:clamp(60px,6.25vw,88px)
}
em {
  font-weight:400
}
h1 em,h2 em {
  color:#557143
}
.intro {
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
  margin:28px 0
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border:1px solid var(--ink);
  background:var(--ink);
  color:#fffef9;
  border-radius:3px;
  min-height:52px;
  padding:16px 21px;
  text-decoration:none;
  font-size:13px;
  cursor:pointer
}
.button:hover {
  background:#294e41
}
.button:disabled {
  cursor:wait;
  opacity:.65
}
.button span:last-child {
  font-size:18px
}
.small {
  font-size:11px;
  color:var(--muted);
  margin-top:15px
}
.art {
  background:#e9eedb;
  aspect-ratio:1/1.15;
  position:relative;
  overflow:hidden;
  border-radius:2px;
  border:1px solid #dce2ce
}
.art-top {
  position:absolute;
  top:26px;
  left:25px;
  right:25px;
  display:flex;
  justify-content:space-between;
  font:10px monospace;
  letter-spacing:1.5px
}
.orb {
  position:absolute;
  border:1px solid #778b59;
  border-radius:50%;
  width:66%;
  aspect-ratio:1
}
.one {
  left:17%;
  top:14%;
  background:linear-gradient(130deg,#d8e7b650,#b5cb7750)
}
.two {
  left:-4%;
  top:33%;
  background:linear-gradient(135deg,#d8e7b660,#98b85130)
}
.three {
  left:38%;
  top:33%;
  background:linear-gradient(60deg,#b5cb7760,#eaf0df70)
}
.lens {
  position:absolute;
  font:11px monospace
}
.first {
  left:43%;
  top:30%
}
.second {
  left:11%;
  top:55%
}
.third {
  left:72%;
  top:55%
}
.art-bottom {
  position:absolute;
  left:25px;
  right:25px;
  bottom:23px;
  display:flex;
  justify-content:space-between;
  align-items:end
}
.art-bottom p {
  font:24px/1.15 Georgia;
  margin:0;
  letter-spacing:-.6px
}
.art-bottom>span {
  font-size:48px;
  line-height:1
}
.divider {
  display:flex;
  justify-content:space-between;
  border-block:1px solid var(--line);
  padding:18px 0;
  font:10px monospace;
  letter-spacing:1.5px
}
.approach {
  padding-block:90px 95px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  gap:45px;
  align-items:end
}
h2 {
  font-size:clamp(40px,4.2vw,55px);
  letter-spacing:-2px;
  line-height:1.07
}
.section-heading>p {
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
  margin:0 0 4px
}
.principles {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin-top:53px
}
.principles article {
  border-top:1px solid var(--line);
  padding-top:22px
}
.number {
  font:11px monospace;
  color:#557143
}
h3 {
  font:400 26px Georgia;
  letter-spacing:-.6px;
  margin:30px 0 13px
}
.principles p {
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
  max-width:32ch;
  margin-bottom:0
}
.join {
  background:var(--ink);
  color:var(--paper);
  padding:56px;
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:70px;
  align-items:center
}
.join .eyebrow {
  color:var(--lime);
  margin-bottom:24px
}
.join h2 {
  font-size:56px
}
.join h2 em {
  color:var(--lime)
}
.join>div>p:last-child {
  color:#c1cec1;
  font-size:14px;
  line-height:1.8;
  margin-top:25px
}
.join-card {
  background:var(--paper);
  color:var(--ink);
  padding:30px
}
.telegram {
  width:39px;
  height:39px;
  background:#e4ead8;
  border:1px solid #cdd6c0;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:26px
}
.join-card h3 {
  font-size:25px;
  margin:22px 0 10px
}
.join-card>p {
  font-size:12px;
  line-height:1.6;
  color:var(--muted)
}
.consent {
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:11px;
  line-height:1.65;
  margin:23px 0
}
.consent input {
  accent-color:var(--ink);
  width:16px;
  height:16px;
  flex-shrink:0;
  margin:1px 0 0
}
.consent a {
  text-underline-offset:3px
}
.join-card .button {
  width:100%;
  gap:10px;
  padding:15px 17px
}
.join-card .button span:first-child {
  font-size:12px
}
.join-card .small {
  font-size:10px;
  margin-bottom:0
}
#invite-status:empty {
  display:none
}
#invite-status {
  padding:11px 12px;
  background:#e8e6dc;
  border-left:2px solid #8b582b
}
.notes {
  padding-block:34px 28px
}
details {
  border-bottom:1px solid var(--line);
  padding-block:16px
}
summary {
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  list-style:none;
  font-size:12px;
  line-height:1.5
}
summary::-webkit-details-marker {
  display:none
}
details[open] summary span {
  transform:rotate(45deg)
}
details p {
  font-size:12px;
  line-height:1.7;
  color:var(--muted);
  max-width:80ch
}
.risk {
  color:var(--muted);
  font-size:11px;
  line-height:1.8;
  max-width:100ch;
  margin:25px 0 0
}
footer {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding-block:25px 32px;
  border-top:1px solid var(--line);
  font-size:11px;
  color:var(--muted)
}
footer>span:first-child {
  font-size:16px;
  color:var(--ink)
}
:focus-visible {
  outline:3px solid #8b582b;
  outline-offset:5px
}
.skip {
  position:absolute;
  top:-100px;
  left:20px;
  padding:15px;
  background:var(--ink);
  color:white;
  z-index:10
}
.skip:focus {
  top:10px
}
@media(max-width:900px) {
  .wrap {
    width:calc(100% - 48px)
  }
  .hero {
    gap:30px;
    padding-block:55px
  }
  .hero h1 {
    font-size:61px
  }
  .section-heading {
    display:block
  }
  .section-heading>p {
    margin-top:23px
  }
  .join {
    padding:35px;
    gap:30px
  }
  .join h2 {
    font-size:45px
  }
  .join-card {
    padding:23px
  }
  .principles {
    gap:24px
  }
  .art {
    aspect-ratio:1/1.45
  }
  .art-bottom p {
    font-size:21px
  }
  .lens {
    font-size:9px
  }
}
@media(max-width:620px) {
  .wrap {
    width:calc(100% - 36px)
  }
  header {
    height:90px
  }
  .brand {
    font-size:15px
  }
  .brand svg {
    width:28px
  }
  nav>a:first-child {
    display:none
  }
  .outline {
    font-size:11px;
    padding:11px
  }
  .hero {
    grid-template-columns:1fr;
    gap:36px;
    padding-block:43px
  }
  .hero h1 {
    font-size:clamp(49px,16.6vw,65px);
    letter-spacing:-2.8px
  }
  .eyebrow {
    font-size:9px;
    letter-spacing:1.1px;
    margin-bottom:21px
  }
  .intro {
    font-size:15px;
    line-height:1.65
  }
  .intro br {
    display:none
  }
  .hero .button {
    width:100%
  }
  .small {
    text-align:center
  }
  .art {
    aspect-ratio:1.1/1
  }
  .one {
    top:9%;
    width:58%;
    left:21%
  }
  .two {
    top:30%;
    width:58%;
    left:4%
  }
  .three {
    top:30%;
    width:58%;
    left:39%
  }
  .first {
    top:25%;
    left:42%
  }
  .second {
    left:13%;
    top:51%
  }
  .third {
    left:73%;
    top:51%
  }
  .art-top {
    top:19px;
    left:19px;
    right:19px;
    font-size:8px
  }
  .art-bottom {
    left:19px;
    right:19px;
    bottom:18px
  }
  .art-bottom p {
    font-size:20px
  }
  .divider {
    font-size:8px;
    letter-spacing:.8px;
    gap:15px
  }
  .approach {
    padding-block:55px
  }
  .section-heading h2 {
    font-size:42px
  }
  .section-heading>p {
    font-size:13px
  }
  .principles {
    grid-template-columns:1fr;
    margin-top:30px;
    gap:27px
  }
  .principles h3 {
    margin-top:15px
  }
  .principles p {
    max-width:none
  }
  .join {
    grid-template-columns:1fr;
    padding:30px 22px;
    gap:21px
  }
  .join h2 {
    font-size:clamp(38px,12vw,47px)
  }
  .join-card {
    padding:24px
  }
  .join-card h3 {
    font-size:26px
  }
  .consent {
    font-size:12px
  }
  .join-card .button {
    min-height:55px
  }
  .join-card .button span:first-child {
    font-size:13px
  }
  footer {
    flex-wrap:wrap;
    font-size:10px
  }
  footer>span:last-child {
    width:100%
  }
  .notes {
    padding-bottom:21px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
}
