@import url("tokens.css");

html { background: #fff; color: var(--ink); overflow-x: clip; max-width: 100%; }
body {
  background: #fff;
  color: var(--ink);
  font-family: var(--font-sans);
  margin: 0;
  max-width: 100%;
  width: 100%;
  overflow-x: clip;
  padding: 0;
}
::selection { background: var(--lime); color: var(--lime-ink); }
.skip { position: absolute; left: -999px; }
.skip:focus { left: var(--gutter); top: 0.5rem; background: var(--lime); padding: 0.4rem 0.7rem; z-index: 2; }

.wrap {
  width: min(var(--page), calc(100vw - 2 * var(--gutter)));
  max-width: 100%;
  margin-inline: auto;
}

body > header {
  background: #fff;
  padding: 1.1rem 0;
  position: relative;
  z-index: 2;
}
body > header nav {
  width: min(var(--page), calc(100vw - 2 * var(--gutter)));
  max-width: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}
body > header nav ul { gap: 0.35rem 1.6rem; margin: 0; }
@media (min-width: 52rem) {
  body > header nav ul:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 51.99rem) {
  body > header nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.85rem;
  }
  body > header nav ul:nth-child(2) {
    position: static;
    transform: none;
    order: 3;
    flex: 1 1 100%;
  }
}
body > header strong a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.03em;
}
body > header strong a span { color: var(--lime); margin-left: 0.25rem; }
body > header a { color: #4b5563; text-decoration: none; font-size: 0.92rem; }
body > header a[aria-current="page"] { color: var(--ink); font-weight: 600; }

.btn-fill, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.35rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}
.btn-fill { background: #111; color: #fff; border: 1px solid #111; }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid rgb(12 12 12 / 0.16); }
body > header a.btn-fill {
  color: #fff;
  background: #111;
  padding: 0.45rem 1.05rem;
  font-size: 0.85rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }
@media (max-width: 40rem) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions a { width: 100%; }
}

#hero {
  padding: clamp(2rem, 6vw, 4rem) 0 1rem;
  background:
    radial-gradient(ellipse 50% 70% at 85% 40%, var(--mint-2), transparent 70%),
    #fff;
}
#hero .split, .band .split, .cta-lime .split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem 3rem;
  align-items: center;
}
#hero .split > *, .band .split > *, .cta-lime .split > *, .wrap { min-width: 0; }
@media (max-width: 52rem) {
  #hero .split, .band .split, .cta-lime .split { grid-template-columns: 1fr; }
}
#hero h1 {
  color: var(--ink);
  font-size: var(--text-1);
  line-height: 1.06;
  letter-spacing: -0.045em;
  margin: 0 0 1rem;
}
#hero h1 span, h1 span, h2 span { color: var(--lime); }
#hero p {
  color: var(--muted);
  max-width: min(34rem, 100%);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-art, .float-art { margin: 0; background: none; }
.hero-art img, .float-art img {
  display: block;
  width: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  background: none;
  mix-blend-mode: multiply;
}
.hero-art img { height: min(34rem, 64vh); }
.float-art img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 20rem;
  margin-inline: auto;
}
@media (max-width: 52rem) {
  .hero-art img { height: 20rem; }
}

.rails {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  padding: 1.5rem 0 2rem;
  color: #9ca3af;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stats {
  background: var(--dark);
  color: #fff;
  padding: 1.75rem 0;
}
.stats .grid {
  width: min(var(--page), calc(100vw - 2 * var(--gutter)));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: center;
}
.stats strong {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  color: var(--lime);
}
.stats p { margin: 0.3rem 0 0; color: #9ca3af; font-size: 0.85rem; }
@media (max-width: 44rem) { .stats .grid { grid-template-columns: 1fr 1fr; } }

.band { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.center { text-align: center; }
.center .lead {
  color: var(--muted);
  max-width: min(32rem, 100%);
  margin: 0.6rem auto 2.5rem;
}
h1, h2 { color: var(--ink); letter-spacing: -0.03em; }
h1 { font-size: var(--text-1); line-height: 1.12; margin: 0 0 0.75rem; max-width: 100%; overflow-wrap: anywhere; }
h2 { font-size: var(--text-2); margin: 0; }

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  text-align: left;
}
@media (max-width: 52rem) { .features { grid-template-columns: 1fr; } }
.features article {
  background: #fff;
  border: 0;
  border-radius: 1.25rem;
  padding: 1.5rem 1.35rem 1.4rem;
  margin: 0;
  box-shadow: 0 12px 40px rgb(12 12 12 / 0.05);
}
.features .ico {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.9rem;
  background: var(--lime);
  color: var(--lime-ink);
  margin-bottom: 1rem;
}
.features .ico svg { width: 1.3rem; height: 1.3rem; }
.features h3 { color: var(--ink); font-size: 1.08rem; margin: 0 0 0.4rem; }
.features p { color: var(--muted); margin: 0; font-size: 0.95rem; }

.cta-lime {
  background: linear-gradient(180deg, #1ee05f 0%, #16c853 100%);
  color: var(--lime-ink);
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.cta-lime h2,
.cta-lime h2 span,
.cta-lime p { color: #052010; }
.cta-lime .btn-fill { background: #111; color: #fff; }
.cta-lime .btn-ghost { border-color: rgb(5 32 16 / 0.35); color: #052010; }
.cta-lime .float-art img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 22rem;
  mix-blend-mode: normal;
  object-fit: contain;
}

.dark-band {
  background: var(--dark);
  color: #fff;
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.dark-band h2 { color: #fff; }
.dark-band p { color: #9ca3af; }
.quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 1.75rem;
}
@media (max-width: 44rem) { .quotes { grid-template-columns: 1fr; } }
.quotes article {
  background: var(--dark-2);
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 0.06);
}
.quotes h3 { color: var(--lime); font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; margin: 0 0 0.4rem; }
.quotes p { margin: 0; }

.compare {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--rule);
}
.compare th { background: #111; color: var(--lime); }

.kicker {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  color: #fff;
  background: #111;
  border-radius: var(--radius-pill);
  padding: 0.28rem 0.85rem;
  text-decoration: none;
  font-weight: 600;
}
.chip.quiet { background: var(--mint-2); color: var(--lime-ink); }

.title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 11rem;
  gap: 1.25rem;
  align-items: start;
}
.title-row .spot {
  width: 11rem;
  height: auto;
  object-fit: contain;
  background: transparent;
  mix-blend-mode: multiply;
}
@media (max-width: 40rem) {
  .title-row { grid-template-columns: 1fr; }
  .title-row .spot { display: none; }
  h1 { font-size: clamp(1.7rem, 8vw, 2.2rem); }
}

main { padding: 0; }
body:not(.on-mint) > main { padding-block: 1.75rem 4.5rem; }
main > .wrap > * + * { margin-top: 2.25rem; }

#answer {
  background: var(--lime);
  color: var(--lime-ink);
  border-radius: 1.15rem;
  padding: 1.5rem 1.65rem;
}
#answer p:first-child {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(5 32 16 / 0.7);
}
#answer > strong {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(1.25rem, 4vw, 2rem);
  color: var(--lime-ink);
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}
#answer .sub {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.55rem;
  overflow-wrap: anywhere;
}

.conflict {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}
@media (max-width: 44rem) { .conflict { grid-template-columns: 1fr; } }
.conflict article {
  border: 1px solid var(--rule);
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  margin: 0;
  background: var(--mint);
}
.conflict .flag {
  color: var(--warn);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.conflict h3 { color: var(--ink); }
.conflict p { color: var(--muted); }

.methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
@media (max-width: 44rem) { .methods { grid-template-columns: 1fr; } }
.methods article {
  background: var(--mint);
  border-radius: 1rem;
  padding: 1.25rem 1.3rem;
  margin: 0;
}
.methods h3 { color: var(--ink); font-size: 1.05rem; margin: 0 0 0.4rem; }
.methods p { color: var(--muted); margin: 0; }

table { color: var(--ink); }
td, th { border-color: var(--rule); }
a { color: #0f9d4a; }
@media (max-width: 44rem) {
  table {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 0.82rem;
  }
  table.compare th:nth-child(3),
  table.compare td:nth-child(3) { display: none; }
  td, th {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
.prose { max-width: min(40rem, 100%); }
.prose p, .prose li { color: var(--muted); line-height: 1.7; overflow-wrap: anywhere; }
code { font-family: var(--font-mono); background: var(--mint-2); color: var(--lime-ink); }

details { border-color: var(--rule); }
details summary { color: var(--ink); }

body > footer {
  background: var(--dark);
  color: #9ca3af;
  padding: 3.25rem 0 2.25rem;
  margin-top: 0;
}
body > footer .grid {
  width: min(var(--page), calc(100vw - 2 * var(--gutter)));
  max-width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.75rem 2.5rem;
}
body > footer .brand h2 { color: #fff; font-size: 1.2rem; }
body > footer .brand h2 span { color: var(--lime); }
body > footer .brand p {
  grid-column: auto;
  max-width: 22rem;
  margin: 0.55rem 0 0;
  color: #9ca3af;
  font-size: 0.92rem;
}
body > footer h2 { color: var(--lime); font-size: 0.95rem; margin: 0 0 0.5rem; }
body > footer ul { margin: 0; padding: 0; list-style: none; }
body > footer li { margin: 0; padding: 0.15rem 0; list-style: none; }
body > footer a { color: #fff; text-decoration: none; }
body > footer p {
  grid-column: 1 / -1;
  font-size: 0.8rem;
  color: #6b7280;
  margin: 0.5rem 0 0;
}
@media (max-width: 52rem) {
  body > footer .grid { grid-template-columns: 1fr 1fr; }
  body > footer .brand { grid-column: 1 / -1; }
}
@media (max-width: 40rem) { body > footer .grid { grid-template-columns: 1fr; } }
.warn { color: var(--warn); }
