:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #171714;
  background: #f3f0e8;
  font-synthesis: none;
  --ink: #171714;
  --paper: #f3f0e8;
  --ember: #e15c32;
  --line: rgba(23, 23, 20, 0.16);
  --muted: #69675f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 18%, rgba(225, 92, 50, 0.11), transparent 29rem),
    var(--paper);
}

a {
  color: inherit;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
}

.wordmark {
  text-decoration: none;
  font-size: 1.38rem;
  font-weight: 760;
  letter-spacing: -0.06em;
}

.wordmark span {
  color: var(--ember);
}

.nav-link,
.text-link,
.footer a {
  text-underline-offset: 0.32em;
  text-decoration-thickness: 1px;
}

.nav-link {
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 0.2rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: 5vw;
  min-height: calc(100svh - 92px);
  padding-block: 7vh 14vh;
}

.eyebrow,
.number {
  margin: 0 0 1.35rem;
  color: var(--ember);
  font-size: 0.69rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8.8vw, 8.8rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.84;
}

h1 em {
  color: var(--ember);
  font-weight: inherit;
}

.lede {
  max-width: 620px;
  margin: 2.5rem 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.7vw, 1.26rem);
  line-height: 1.65;
}

.actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2.3rem;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 1.35rem;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 680;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  background: var(--ember);
  transform: translateY(-2px);
}

.text-link {
  font-size: 0.88rem;
}

.mesh {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 460px);
  justify-self: end;
}

.orbit {
  position: absolute;
  inset: 10%;
  border: 1px solid var(--line);
  border-radius: 47% 53% 56% 44% / 52% 42% 58% 48%;
  animation: turn 28s linear infinite;
}

.orbit-two {
  inset: 22% 5%;
  border-color: rgba(225, 92, 50, 0.34);
  border-radius: 60% 40% 46% 54% / 41% 57% 43% 59%;
  animation-direction: reverse;
  animation-duration: 21s;
}

.node {
  position: absolute;
  width: 14px;
  aspect-ratio: 1;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 7px var(--paper);
}

.node-a { left: 13%; top: 28%; }
.node-b { right: 7%; top: 38%; }
.node-c { right: 24%; bottom: 7%; }
.node-d { left: 22%; bottom: 17%; }

.message {
  position: absolute;
  inset: 39% auto auto 38%;
  display: grid;
  width: 88px;
  aspect-ratio: 1.35;
  place-items: center;
  color: #fff;
  background: var(--ember);
  border-radius: 50%;
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  box-shadow: 0 20px 60px rgba(225, 92, 50, 0.26);
}

.principles {
  color: #f7f3ea;
  background: var(--ink);
  padding-block: 7rem;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.principle-grid article {
  padding: 0 3.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.principle-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.principle-grid article:last-child {
  padding-right: 0;
}

.principle-grid h2,
.honesty h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.principle-grid p,
.honesty div p {
  margin: 1.4rem 0 0;
  color: rgba(247, 243, 234, 0.64);
  font-size: 0.95rem;
  line-height: 1.7;
}

.honesty {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  padding-block: 9rem;
  border-bottom: 1px solid var(--line);
}

.honesty div {
  max-width: 710px;
}

.honesty div p {
  color: var(--muted);
  font-size: 1.08rem;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 150px;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer p {
  margin: 0;
  text-align: center;
}

.footer > a:last-child {
  justify-self: end;
}

@keyframes turn {
  to { transform: rotate(360deg); }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 11vh 6rem;
  }
  h1 { font-size: clamp(3.6rem, 17vw, 6.5rem); }
  .mesh { width: min(82vw, 390px); justify-self: center; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article,
  .principle-grid article:first-child,
  .principle-grid article:last-child {
    padding: 2.3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }
  .principle-grid article:first-child { border-top: 0; }
  .honesty { grid-template-columns: 1fr; gap: 1.5rem; padding-block: 6rem; }
  .footer { grid-template-columns: 1fr auto; }
  .footer p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
}

@media (max-width: 480px) {
  .nav { min-height: 74px; }
  .hero { padding-top: 9vh; }
  .actions { align-items: flex-start; flex-direction: column; }
  .mesh { margin-top: 1rem; }
  .principles { padding-block: 4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit { animation: none; }
  .button { transition: none; }
}
