:root {
  color-scheme: dark;
  --paper: #071a15;
  --paper-soft: #0b241d;
  --ink: #eef3e9;
  --ink-soft: #a5b8ae;
  --green: #0f3b30;
  --green-deep: #030e0b;
  --line: rgba(225, 239, 229, 0.16);
  --orange: #f2b45c;
  --yellow: #dbe89f;
  --blue: #79aa95;
  --white: #f3f6ee;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --container: 1240px;
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

.top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  scroll-margin-top: 0;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.container {
  width: min(calc(100% - 38px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--white);
  color: var(--green);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(7, 26, 21, 0.9);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(7, 26, 21, 0.97);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 82px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 11px;
  line-height: 1.1;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand strong {
  font-size: 0.98rem;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.brand small {
  color: var(--ink-soft);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: drop-shadow(0 5px 16px rgba(3, 14, 11, 0.28));
}

.main-nav {
  position: fixed;
  inset: 82px 0 auto;
  display: flex;
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  background: var(--paper-soft);
  transition: max-height 300ms ease, padding 300ms ease;
}

.main-nav.open {
  max-height: calc(100vh - 82px);
  padding: 16px 20px 30px;
  border-bottom: 1px solid var(--line);
}

.main-nav a {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: clamp(1.3rem, 6vw, 2rem);
  line-height: 1.2;
}

.main-nav a:last-child {
  border-bottom: 0;
}

.header-link {
  display: none;
  margin-left: auto;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header-link span {
  display: inline-block;
  margin-left: 5px;
  color: var(--orange);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.header-link:hover span,
.header-link:focus-visible span {
  transform: translate(2px, 2px);
}

.menu-toggle {
  display: grid;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  place-content: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.75px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.75px) rotate(-45deg);
}

.hero {
  position: relative;
  padding: clamp(74px, 11vw, 142px) 0 30px;
}

.hero-layout {
  display: grid;
  gap: 38px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(242, 180, 92, 0.15);
}

.hero h1 {
  max-width: 880px;
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(4rem, 13vw, 10.5rem);
  font-weight: 400;
  letter-spacing: -0.072em;
  line-height: 0.78;
}

.hero h1 em {
  display: block;
  margin-left: clamp(26px, 12vw, 180px);
  color: var(--orange);
  font-weight: 400;
}

.hero-lead {
  max-width: 570px;
  margin: 28px 0 0;
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  line-height: 1.45;
}

.hero-note {
  position: relative;
  align-self: end;
  max-width: 410px;
  padding-top: 22px;
}

.note-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 2px;
  background: var(--orange);
}

.hero-note p {
  margin-bottom: 20px;
  color: var(--ink-soft);
}

.hero-note a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-canvas {
  position: relative;
  display: grid;
  min-height: clamp(330px, 53vw, 610px);
  margin-top: clamp(55px, 9vw, 112px);
  overflow: hidden;
  place-items: center;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--paper);
}

.hero-canvas::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
}

.canvas-word {
  position: relative;
  z-index: 2;
  font-family: var(--display);
  font-size: clamp(4.8rem, 18vw, 14rem);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 1;
}

.canvas-word::after {
  position: absolute;
  right: -0.12em;
  bottom: 0.07em;
  width: 0.22em;
  height: 0.22em;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.canvas-orbit {
  position: absolute;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 50%;
}

.orbit-one {
  width: 82%;
  aspect-ratio: 1.9;
  transform: rotate(-8deg);
}

.orbit-two {
  width: 48%;
  aspect-ratio: 1;
  transform: rotate(20deg);
}

.canvas-dot {
  position: absolute;
  z-index: 3;
  width: clamp(12px, 2vw, 24px);
  height: clamp(12px, 2vw, 24px);
  border: 4px solid var(--green);
  border-radius: 50%;
}

.dot-one {
  top: 21%;
  left: 15%;
  background: var(--orange);
}

.dot-two {
  right: 14%;
  bottom: 20%;
  background: var(--blue);
}

.dot-three {
  top: 18%;
  right: 27%;
  background: var(--yellow);
}

.canvas-label {
  position: absolute;
  z-index: 3;
  color: rgba(255, 253, 248, 0.78);
  font-size: clamp(0.6rem, 1.3vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.label-one {
  top: 15%;
  left: 22%;
}

.label-two {
  top: 27%;
  right: 10%;
}

.label-three {
  bottom: 12%;
  left: 16%;
}

.section {
  position: relative;
  padding: clamp(92px, 12vw, 164px) 0;
}

.section-number {
  margin-bottom: 38px;
  color: var(--orange);
  font-family: var(--display);
  font-size: 1.1rem;
  font-style: italic;
}

.section-intro h2,
.project-heading h2,
.join-heading h2 {
  max-width: 790px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(2.65rem, 7.2vw, 6.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.about-layout {
  display: grid;
  gap: 52px;
}

.prose {
  max-width: 650px;
}

.prose p {
  margin-bottom: 20px;
  color: var(--ink-soft);
}

.prose .prose-lead {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.values {
  display: grid;
  margin-top: clamp(68px, 10vw, 124px);
  border-top: 1px solid var(--line);
}

.value {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.value > span,
.needs-title > span {
  display: block;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.value h3 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.value p {
  max-width: 330px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.project-section {
  overflow: hidden;
  background: var(--green);
  color: var(--white);
}

.project-section::before {
  position: absolute;
  top: -220px;
  right: -200px;
  width: 510px;
  height: 510px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.section-number-light,
.section-kicker-light {
  color: var(--yellow);
}

.project-layout {
  position: relative;
  display: grid;
  gap: 52px;
}

.project-heading h2 {
  color: var(--white);
}

.project-subtitle {
  margin: 22px 0 0;
  color: rgba(255, 253, 248, 0.68);
}

.project-story {
  max-width: 610px;
  align-self: end;
}

.project-story p {
  color: rgba(255, 253, 248, 0.72);
}

.project-story .project-lead {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.needs-grid {
  display: grid;
  margin-top: clamp(74px, 11vw, 135px);
  gap: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 34px;
}

.needs-title strong {
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.needs-title > span {
  color: var(--yellow);
}

.needs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.needs-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  gap: 8px;
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.needs-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.needs-list span {
  color: var(--yellow);
  font-size: 0.7rem;
  font-weight: 750;
}

.approach-section {
  background: var(--paper-soft);
}

.approach-layout {
  display: grid;
  gap: 70px;
}

.section-intro > p:last-child:not(.section-kicker) {
  max-width: 410px;
  margin: 24px 0 0;
  color: var(--ink-soft);
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 27px 0;
  border-top: 1px solid var(--line);
  gap: 14px;
}

.steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.steps > li > span {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 750;
}

.steps h3 {
  margin-bottom: 7px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.steps p {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.join-section {
  background: #12382e;
}

.join-section .section-number,
.join-section .section-kicker {
  color: var(--yellow);
}

.join-heading {
  margin-bottom: clamp(58px, 9vw, 108px);
}

.join-grid {
  display: grid;
  gap: 16px;
}

.join-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(3, 14, 11, 0.48);
}

.join-card > span {
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 750;
}

.join-card h3 {
  margin: 62px 0 13px;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.join-card p {
  max-width: 310px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.quiet-note {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  gap: 14px;
}

.quiet-note p {
  max-width: 680px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(1.3rem, 3vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.quiet-note span {
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 700;
}

.team-section {
  background: var(--paper);
}

.team-layout {
  display: grid;
  gap: 62px;
}

.people {
  border-top: 1px solid var(--line);
}

.person {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  gap: 18px;
}

.person-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--green-deep);
  font-family: var(--display);
  font-size: 1.05rem;
  font-style: italic;
}

.person-mark-alt {
  background: var(--blue);
  color: var(--green-deep);
}

.person-mark-sage {
  background: #3f715f;
  color: var(--white);
}

.person-mark-mint {
  background: #8bc2a7;
  color: var(--green-deep);
}

.person-mark-lime {
  background: var(--yellow);
  color: var(--green-deep);
}

.person h3 {
  margin-bottom: 3px;
  font-family: var(--display);
  font-size: clamp(1.45rem, 3.3vw, 2.45rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.person p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.site-footer {
  padding: 62px 0 22px;
  background: var(--green-deep);
  color: var(--white);
}

.brand-footer small {
  color: rgba(255, 253, 248, 0.6);
}

.footer-main {
  display: grid;
  align-items: end;
  gap: 30px;
}

.footer-main > p {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.62);
}

.to-top {
  width: max-content;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  gap: 22px;
  color: rgba(255, 253, 248, 0.6);
  font-size: 0.72rem;
}

.legal-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal-links a {
  width: max-content;
  max-width: 100%;
  border-bottom: 1px solid transparent;
}

.legal-links a:hover,
.legal-links a:focus-visible {
  border-color: currentColor;
  color: var(--white);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

/* Legal pages */
.legal-page {
  background: var(--paper-soft);
}

.legal-header {
  position: relative;
  border-bottom: 1px solid var(--line);
  background: var(--paper-soft);
}

.legal-header .header-inner {
  justify-content: space-between;
}

.back-link {
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-hero {
  padding: clamp(68px, 10vw, 124px) 0 clamp(46px, 7vw, 82px);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 940px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.9rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
  gap: 8px 18px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  padding: clamp(48px, 8vw, 100px) 0;
  gap: 40px;
}

.legal-toc {
  align-self: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}

.legal-toc strong {
  display: block;
  margin-bottom: 12px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 7px 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--orange);
}

.legal-document {
  min-width: 0;
  max-width: 780px;
}

.legal-notice {
  margin-bottom: 46px;
  padding: 18px 20px;
  border-left: 3px solid var(--orange);
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.legal-section {
  padding: 0 0 42px;
  scroll-margin-top: 30px;
}

.legal-section + .legal-section {
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.legal-section h3 {
  margin: 28px 0 12px;
  font-size: 1rem;
}

.legal-section p,
.legal-section li {
  color: var(--ink-soft);
  line-height: 1.72;
}

.legal-section p {
  margin-bottom: 15px;
}

.legal-section ul,
.legal-section ol {
  padding-left: 23px;
}

.legal-section li + li {
  margin-top: 8px;
}

.legal-footer {
  padding: 26px 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.legal-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
}

@media (min-width: 560px) {
  .container {
    width: min(calc(100% - 56px), var(--container));
  }

  .values,
  .join-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value:nth-child(odd) {
    padding-right: 28px;
    border-right: 1px solid var(--line);
  }

  .value:nth-child(even) {
    padding-left: 28px;
  }

  .value:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .quiet-note,
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  .legal-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 22px;
  }
}

@media (min-width: 780px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(240px, 0.65fr);
  }

  .hero-note {
    justify-self: end;
  }

  .about-layout,
  .project-layout,
  .approach-layout,
  .team-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: clamp(60px, 9vw, 130px);
  }

  .about-layout .prose,
  .project-story {
    padding-top: 52px;
  }

  .values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .value,
  .value:nth-child(odd),
  .value:nth-child(even) {
    padding: 32px clamp(24px, 3vw, 44px);
    border-right: 1px solid var(--line);
  }

  .value:first-child {
    padding-left: 0;
  }

  .value:last-child {
    grid-column: auto;
    padding-right: 0;
    border-right: 0;
  }

  .needs-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    gap: clamp(60px, 9vw, 130px);
  }

  .approach-layout .steps {
    margin-top: 8px;
  }

  .join-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .join-card {
    min-height: 330px;
    padding: 30px;
  }

  .join-card h3 {
    margin-top: 92px;
  }

  .person {
    grid-template-columns: 80px 1fr;
    padding: 28px 0;
  }

  .person-mark {
    width: 70px;
    height: 70px;
  }

  .footer-main {
    grid-template-columns: 1fr auto auto;
  }

  .to-top {
    justify-self: end;
  }

  .legal-layout {
    grid-template-columns: 230px minmax(0, 780px);
    justify-content: space-between;
    gap: 70px;
  }

  .legal-toc {
    position: sticky;
    top: 104px;
  }
}

@media (min-width: 1040px) {
  .header-inner {
    min-height: 88px;
  }

  .main-nav {
    position: static;
    display: flex;
    max-height: none;
    margin-left: auto;
    overflow: visible;
    flex-direction: row;
    gap: clamp(18px, 2.1vw, 32px);
    background: transparent;
  }

  .main-nav a {
    position: relative;
    padding: 4px 0;
    border: 0;
    font-family: var(--sans);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.015em;
  }

  .main-nav a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
  }

  .main-nav a:hover::after,
  .main-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .header-link {
    display: inline-block;
    margin-left: 10px;
  }

  .menu-toggle {
    display: none;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .brand small {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 19vw, 5rem);
  }

  .hero-canvas {
    min-height: 300px;
  }

  .canvas-label {
    display: none;
  }

  .section {
    padding: 80px 0;
  }

  .join-card {
    min-height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
