:root {
  --bg: #f5f4f0;
  --ink: #1a2332;
  --muted: #5a6570;
  --panel: #ffffff;
  --edge: #dde4d2;
  --accent: #1d72f5;
  --accent-2: #f5a223;
  --ok: #2f9957;
  --route-blue: #1d72f5;
  --waypoint-orange: #f5a223;
  --topo-green: #dde4d2;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lexend", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, #fafaf8 0%, transparent 36%),
    radial-gradient(circle at 90% 25%, #eff0ed 0%, transparent 48%),
    linear-gradient(145deg, #f0ede8 0%, #faf8f5 40%, #ede9e0 100%);
  min-height: 100vh;
  line-height: 1.4;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(13, 31, 34, 0.08) 0.5px,
    transparent 0.5px
  );
  background-size: 4px 4px;
  opacity: 0.15;
  mix-blend-mode: multiply;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(23, 56, 59, 0.15);
  background: rgba(242, 239, 230, 0.86);
  backdrop-filter: blur(6px);
}

.brand {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.04em;
}

nav a {
  color: var(--muted);
  text-decoration: none;
  margin-left: 1rem;
  font-size: 0.95rem;
}

main {
  max-width: 980px;
  margin: 0 auto;
  padding: 1rem;
}

.section {
  margin: 2.4rem 0;
}

.hero h1 {
  font-size: clamp(2rem, 6vw, 4.8rem);
  line-height: 0.95;
  max-width: 12ch;
  margin: 0.4rem 0 1rem;
  letter-spacing: -0.02em;
}

.kicker {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  color: var(--accent);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 48ch;
  color: var(--muted);
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.btn {
  border: 1px solid var(--edge);
  border-radius: 999px;
  text-decoration: none;
  padding: 0.7rem 1.1rem;
  display: inline-block;
  transition:
    transform 140ms ease,
    background-color 140ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: #f3f8f8;
  border-color: var(--accent);
}

.btn-ghost {
  background: var(--panel);
  color: var(--ink);
}

.hero-principles {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  display: grid;
  gap: 0.55rem;
  max-width: 30rem;
}

.hero-principles li {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  align-items: baseline;
  column-gap: 0.55rem;
  padding: 0.2rem 0;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: start;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.hero-principles .n {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  color: #46686d;
  font-size: 0.8rem;
}
.hero-screenshot {
  margin: 0;
  padding: 0;
  border: 0;
  position: sticky;
  top: 100px;
}

.hero-screenshot img {
  width: 100%;
  height: auto;
  max-width: 300px;
  display: block;
  border-radius: 16px;
  transform: skewY(-3deg);
  box-shadow: 0 20px 40px rgba(26, 35, 50, 0.15);
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .hero-screenshot {
    position: relative;
    top: auto;
  }
}
.card {
  background: var(--panel);
  border: 1px solid rgba(23, 56, 59, 0.22);
  border-radius: 16px;
  padding: 1.2rem;
}

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

.steps article {
  background: #f6f2e8;
  border: 1px solid #d2c5ad;
  border-radius: 14px;
  padding: 1rem;
}

.steps span {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #17383b;
  color: #fefcf6;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
}

.split {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1rem;
}

.who-content {
  max-width: 100%;
  font-size: 1.2rem;
}

.pullquote {
  display: none;
}

.marquee-bar {
  background: rgba(242, 239, 230, 0.92);
  border-top: 1px solid rgba(23, 56, 59, 0.15);
  border-bottom: 1px solid rgba(23, 56, 59, 0.15);
  overflow: hidden;
  white-space: nowrap;
  padding: 0.9rem 0;
  margin: 2.4rem 0;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.marquee-track {
  display: inline-flex;
  animation: marquee 30s linear infinite;
  will-change: transform;
}

.marquee-track span {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: var(--accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 2rem;
  flex-shrink: 0;
}

.marquee-track span::after {
  content: "·";
  margin-left: 2rem;
  opacity: 0.4;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.quote {
  background: linear-gradient(135deg, #17383b, #23555a);
  color: #e8f2f2;
  border-radius: 14px;
  padding: 1rem;
  display: grid;
  place-items: center;
  font-size: clamp(1.2rem, 4vw, 2rem);
  font-weight: 700;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #d8ccb8;
}

.faq-list li {
  padding: 1rem 0;
  border-bottom: 1px solid #d8ccb8;
}

.faq-list h3 {
  margin: 0;
  font-size: 1rem;
}

.faq-list p {
  margin: 0.4rem 0 0;
  color: var(--muted);
}

.site-footer {
  max-width: 980px;
  margin: 2rem auto 3rem;
  padding: 1rem;
  border-top: 1px solid rgba(13, 31, 34, 0.2);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.footer-links a {
  margin-left: 0.9rem;
  color: var(--accent);
  text-decoration: none;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
}

.reveal {
  animation: rise 600ms ease both;
}

.reveal:nth-of-type(2) {
  animation-delay: 80ms;
}

.reveal:nth-of-type(3) {
  animation-delay: 140ms;
}

.reveal:nth-of-type(4) {
  animation-delay: 220ms;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 860px) {
  .steps,
  .split {
    grid-template-columns: 1fr;
  }

  nav {
    display: none;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links a {
    margin-left: 0;
    margin-right: 0.9rem;
  }
}
