:root {
  --soil: #e5eae3;
  --ink: #1b322c;
  --petal: #f5c02f;
  --pollen: #e07a16;
  --disk: #2c1810;
  --leaf: #4a7358;

  --font-display: "M PLUS Rounded 1c", "Nunito", ui-rounded, sans-serif;
  --font-body: "Atkinson Hyperlegible", "Source Sans 3", ui-sans-serif, sans-serif;

  --gutter: clamp(1.25rem, 5vw, 3rem);
  --wide: 64rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soil);
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-wrap: balance;
}

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

.skip {
  position: absolute;
  left: var(--gutter);
  top: 0.75rem;
  z-index: 20;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--soil);
  text-decoration: none;
  transform: translateY(-150%);
}

.skip:focus {
  transform: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5rem;
  padding: 0.45rem var(--gutter);
  gap: 1rem;
  background: color-mix(in srgb, var(--soil) 86%, transparent);
  backdrop-filter: blur(12px);
}

.mark {
  display: block;
  flex: 0 0 auto;
}

.mark img {
  height: 4.1rem;
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.nav a:not(.btn) {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.nav a:not(.btn):hover {
  color: var(--leaf);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.1rem;
  border-radius: 999px;
  border: 2px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  line-height: 1;
  transition: background 0.2s var(--ease), color 0.2s var(--ease),
    border-color 0.2s var(--ease);
}

.btn:hover {
  background: var(--petal);
  border-color: var(--petal);
}

.btn--solid {
  background: var(--ink);
  color: var(--soil);
  border-color: var(--ink);
}

.btn--solid:hover {
  background: var(--petal);
  border-color: var(--petal);
  color: var(--ink);
}

button.btn {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.btn:focus-visible,
.mark:focus-visible,
.mailto:focus-visible,
.skip:focus-visible,
.nav a:focus-visible,
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 3px solid var(--pollen);
  outline-offset: 3px;
}

.hero {
  width: min(var(--wide), 100%);
  margin: 0 auto;
  padding: clamp(1.75rem, 5vw, 3rem) var(--gutter) clamp(3.5rem, 9vw, 5.5rem);
  overflow: visible;
}

.hero__title {
  position: relative;
  width: max-content;
  max-width: 100%;
  padding-right: 1.18em;
  font-size: clamp(2.55rem, 10vw, 5.85rem);
  line-height: 0.9;
}

.hero__line {
  display: block;
}

.hero__line:not(:first-child) {
  color: color-mix(in srgb, var(--ink) 80%, var(--leaf));
}

.bloom {
  position: absolute;
  top: -0.2em;
  right: -0.04em;
  width: 1.24em;
  pointer-events: none;
}

.bloom svg {
  width: 100%;
  overflow: visible;
}

.bloom__stem {
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  animation: draw-stem 1.15s var(--ease) forwards;
}

.bloom__head {
  transform-origin: 0px 0px;
  transform: rotate(18deg) scale(0.12);
  animation: bloom-in 0.85s 0.5s var(--ease) forwards;
}

.hero__lede {
  max-width: 34rem;
  margin-top: clamp(1.5rem, 3.5vw, 2.25rem);
  font-size: clamp(1.12rem, 2vw, 1.3rem);
  line-height: 1.5;
}

.hero__actions {
  margin-top: 1.5rem;
}

.band {
  width: min(var(--wide), 100%);
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(3.5rem, 9vw, 5.75rem);
}

.eyebrow {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--leaf);
  margin-bottom: 0.45rem;
}

.band > h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  margin-bottom: 1.5rem;
}

.apps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2rem;
}

.app {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem 1.35rem;
  align-items: start;
  max-width: 38rem;
}

.app img {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 1.15rem;
}

.app h3 {
  font-size: clamp(1.55rem, 3vw, 2rem);
  margin-bottom: 0.15rem;
}

.app__heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
}

.app__heading h3 {
  margin-bottom: 0;
}

.app__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: var(--petal);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.app__kind {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--leaf);
  margin-bottom: 0.45rem;
}

.app__body p:not(.app__kind) {
  max-width: 28rem;
  color: color-mix(in srgb, var(--ink) 82%, var(--leaf));
}

.app__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.95rem;
}

.app__actions .btn {
  padding: 0.5rem 0.9rem;
  font-size: 0.88rem;
}

.people {
  display: grid;
  gap: 2.25rem;
}

.person__photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem 2.6rem 1.7rem 2.35rem;
  margin-bottom: 1rem;
  background: color-mix(in srgb, var(--ink) 6%, var(--soil));
}

.person h2 {
  font-size: clamp(1.45rem, 3vw, 1.85rem);
}

.person__title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--leaf);
  margin: 0.2rem 0 0.55rem;
}

.person p:not(.person__title) {
  max-width: 26rem;
  color: color-mix(in srgb, var(--ink) 82%, var(--leaf));
}

.people__close {
  margin-top: 2rem;
  max-width: 32rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.growth {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.35rem;
  max-width: 34rem;
  border-left: 3px solid var(--ink);
}

.growth li {
  position: relative;
  padding: 0.7rem 0 0.7rem 1rem;
}

.growth li::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: -1.35rem;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 4px var(--soil);
  transform: translateX(-50%);
}

.growth li:last-child::before {
  width: 1.1rem;
  height: 1.1rem;
  background: var(--petal);
  box-shadow: 0 0 0 4px var(--soil), 0 0 0 7px var(--disk);
}

.hello-band p,
#hello p {
  max-width: 32rem;
  margin-bottom: 1.25rem;
}

.mailto {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 6.8vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  text-decoration: none;
  background-image: linear-gradient(var(--petal), var(--petal));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.16em;
  transition: background-size 0.35s var(--ease);
}

.mailto:hover {
  background-size: 100% 0.16em;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  padding: 0 var(--gutter) 2rem;
  color: var(--leaf);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-footer__links {
  display: flex;
  gap: 1.1rem;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--ink);
}

.nav a[aria-current="page"] {
  color: var(--leaf);
}

.legal {
  width: min(42rem, 100%);
  margin: 0 auto;
  padding: clamp(1.75rem, 5vw, 3.25rem) var(--gutter) clamp(3.5rem, 9vw, 5.5rem);
}

.legal h1 {
  font-size: clamp(2.2rem, 6vw, 3.35rem);
  margin: 0.2rem 0 0.7rem;
}

.legal__updated {
  color: var(--leaf);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

.legal h2 {
  font-size: clamp(1.2rem, 2.4vw, 1.4rem);
  margin: 2rem 0 0.65rem;
}

.legal p + p,
.legal p + ul,
.legal ul + p {
  margin-top: 0.85rem;
}

.legal p,
.legal li {
  color: color-mix(in srgb, var(--ink) 86%, var(--leaf));
}

.legal ul {
  margin: 0;
  padding: 0 0 0 1.2rem;
}

.legal li {
  margin: 0.35rem 0;
}

.legal a:not(.btn):not(.mark):not(.skip) {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.legal a:not(.btn):not(.mark):not(.skip):hover {
  color: var(--leaf);
}

.support-form {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.75rem;
}

.support-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  align-items: start;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0;
}

.field label {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
}

.field label span {
  color: var(--leaf);
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 2px solid var(--ink);
  border-radius: 0.9rem;
  background: color-mix(in srgb, var(--soil) 55%, white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.4;
}

.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position: calc(100% - 1.15rem) 50%, calc(100% - 0.75rem) 50%;
  background-size: 0.4rem 0.4rem, 0.4rem 0.4rem;
  background-repeat: no-repeat;
  padding-right: 2.4rem;
}

.field textarea {
  min-height: 10rem;
  resize: vertical;
}

.support-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
  margin: 0.25rem 0 0;
}

.support-form__status {
  color: var(--leaf);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
}

.support-form__fallback {
  margin-top: 2rem;
}

.hello__actions {
  margin: 0 0 1.15rem;
}

@keyframes draw-stem {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes bloom-in {
  to {
    transform: rotate(18deg) scale(1);
  }
}

@media (max-width: 759px) {
  .mark img {
    height: 3.15rem;
  }

  .nav {
    gap: 0.7rem;
  }

  .nav a:not(.btn) {
    font-size: 0.88rem;
  }

  .hero__title {
    padding-right: 1.05em;
  }

  .bloom {
    width: 1.08em;
    top: -0.38em;
    right: -0.06em;
  }
}

@media (min-width: 760px) {
  .app {
    gap: 1.5rem 1.75rem;
  }

  .app img {
    width: 5.75rem;
    height: 5.75rem;
    border-radius: 1.35rem;
  }

  .people {
    grid-template-columns: 1fr 1fr;
    gap: 3.25rem;
  }

  .people__close {
    max-width: none;
    text-align: center;
  }
}

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

  .bloom__stem,
  .bloom__head {
    animation: none;
  }

  .bloom__stem {
    stroke-dashoffset: 0;
  }

  .bloom__head {
    transform: rotate(18deg) scale(1);
  }

  .btn,
  .mailto {
    transition: none;
  }
}
