:root {
  --paper: #f4efe4;
  --ink: #171412;
  --muted: #6b6258;
  --sun: #ffd15a;
  --coral: #ff5d3a;
  --mint: #2fd2a8;
  --violet: #6d5cff;
  --line: rgba(23, 20, 18, 0.12);
  --font-display: "Fraunces", "Iowan Old Style", serif;
  --font-body: "Outfit", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4.5rem;
  z-index: 20;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.65rem 1rem;
  border-radius: 999px;
}

.skip:focus {
  top: 1rem;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 370;
  line-height: 1.5;
  overflow-x: hidden;
}

.blobs {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  mix-blend-mode: multiply;
}

.blob-a {
  width: 42vw;
  height: 42vw;
  left: -8vw;
  top: -12vw;
  background: var(--sun);
  opacity: 0.7;
}

.blob-b {
  width: 28vw;
  height: 28vw;
  right: -6vw;
  top: 18vh;
  background: var(--mint);
  opacity: 0.55;
}

.blob-c {
  width: 34vw;
  height: 34vw;
  left: 38vw;
  bottom: -12vw;
  background: var(--violet);
  opacity: 0.28;
}

.blob-d {
  width: 7.5rem;
  height: 7.5rem;
  right: 12vw;
  bottom: 18vh;
  background: var(--coral);
  opacity: 0.95;
  filter: none;
  mix-blend-mode: normal;
  pointer-events: auto;
  cursor: pointer;
  transform-origin: center;
  box-shadow: 0 18px 40px rgba(255, 93, 58, 0.28);
}

.top,
.hero,
.play,
.metodo,
.contacto,
.foot {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.skip,
.top a,
.hero-copy,
.play .kicker,
.play h2,
.play .lede,
.chips,
.metodo .kicker,
.metodo h2,
.steps,
.contacto .kicker,
.contacto h2,
.contacto .lede,
.contacto .cta,
.foot p,
.foot a {
  pointer-events: auto;
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 6vw;
}

.top nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.25rem;
}

.top nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.mark,
.top-mail {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.top-mail {
  color: var(--coral);
}

.hero {
  min-height: calc(100vh - 4rem);
  display: grid;
  place-items: center start;
  padding: 6vh 6vw 10vh;
}

.thread {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.thread-path,
.thread-b {
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.thread-b {
  stroke: var(--violet);
  stroke-width: 10;
  opacity: 0.35;
}

.thread-path {
  stroke: var(--coral);
  stroke-width: 7;
}

.needle circle {
  fill: var(--ink);
}

.needle .eye {
  fill: var(--sun);
}

.hero-copy {
  max-width: 22ch;
}

.hero .kicker,
.hero .lede,
.hero .cta {
  opacity: 0;
}

.hero .kicker {
  text-transform: none;
  letter-spacing: 0.04em;
}

.kicker {
  margin: 0 0 1rem;
  color: var(--coral);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(3.6rem, 10vw, 8.6rem);
  line-height: 0.86;
  letter-spacing: -0.04em;
}

.hero-title .line {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.hero-title .italic {
  font-style: italic;
  color: var(--coral);
}

.lede {
  max-width: 38ch;
  margin: 1.6rem 0 1.8rem;
  color: var(--muted);
  font-size: 1.12rem;
}

.cta {
  color: var(--paper);
  background: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  display: inline-block;
}

.cta:hover {
  background: var(--coral);
}

.play,
.metodo,
.contacto {
  padding: 10vh 6vw;
}

.play h2,
.metodo h2,
.contacto h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.2rem, 5.4vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  max-width: 18ch;
}

.swap {
  display: inline-block;
  color: var(--violet);
  font-style: italic;
  min-width: 7ch;
}

.chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 2.2rem 0 0;
  padding: 0;
}

.chips li {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-weight: 500;
  opacity: 0;
}

.steps {
  list-style: none;
  margin: 2.6rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  max-width: 44rem;
}

.steps li {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.2rem;
  opacity: 0;
}

.steps span {
  color: var(--coral);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
}

.contacto {
  padding-bottom: 12vh;
}

.foot {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 6vw 2rem;
  color: var(--muted);
  font-size: 0.82rem;
  border-top: 1px solid var(--line);
}

.foot p {
  margin: 0;
}

.foot a {
  color: var(--coral);
  text-decoration: none;
}

@media (max-width: 860px) {
  .hero-copy {
    max-width: none;
  }

  .blob-a,
  .blob-b,
  .blob-c {
    width: 70vw;
    height: 70vw;
  }

  .foot {
    flex-direction: column;
  }
}

.is-static .hero .kicker,
.is-static .hero .lede,
.is-static .hero .cta {
  opacity: 1;
}

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

  .hero-title .line {
    overflow: visible;
  }

  .hero .kicker,
  .hero .lede,
  .hero .cta,
  .chips li,
  .steps li {
    opacity: 1;
  }
}
